/*border边框相关*/
.shadow1{
    box-shadow: 0px 1px 5px rgba(0,0,0,0.6)
}



/*边框相关*/
/*****************************start**************************/
.bdso{border:0.091rem solid #EEE}
.bddo{border:0.091rem dotted #EEE}
.bdda{border:0.091rem dashed #EEE}

.bdtso{border-top:0.091rem solid #EEE}
.bdtdo{border-top:0.091rem dotted #EEE}
.bdtda{border-top:0.091rem dashed #EEE}

.bdbso{border-bottom:0.091rem solid #EEE}
.bdbdo{border-bottom:0.091rem dotted #EEE}
.bdbda{border-bottom:0.091rem dashed #EEE}

.bdlso{border-left:0.091rem solid #EEE}
.bdldo{border-left:0.091rem dotted #EEE}
.bdlda{border-left:0.091rem dashed #EEE}

.bdrso{border-right:0.091rem solid #EEE}
.bdrdo{border-right:0.091rem dotted #EEE}
.bdrda{border-right:0.091rem dashed #EEE}

.bdw1{border-width: 0.06rem!important;}
.bdw2{border-width: 0.12rem!important;}
.bdw3{border-width: 0.18rem!important;}
.bdw4{border-width: 0.24rem!important;}
.bdw5{border-width: 0.30rem!important;}
.bdw6{border-width: 0.36rem!important;}
.bdw7{border-width: 0.42rem!important;}
.bdw8{border-width: 0.48rem!important;}
.bdw9{border-width: 0.54rem!important;}
.bdw10{border-width: 0.6rem!important;}
.bdw20{border-width: 1.2rem!important;}
/*****************************end**************************/


/*形状相关*/
/*****************************start**************************/
.round{border-radius: 50%;}
.round1{border-radius: 0.1rem;}
.round2{border-radius: 0.2rem;}
.round3{border-radius: 0.3rem;}
.round4{border-radius: 0.4rem;}
.round5{border-radius: 0.5rem;}
.round10{border-radius: 1.0rem;}
.round15{border-radius: 1.5rem;}
.round20{border-radius: 2.0rem;}
.round25{border-radius: 2.5rem;}
.round30{border-radius: 3.0rem;}
.round40{border-radius: 4.0rem;}
.round50{border-radius: 5.0rem;}
.round60{border-radius: 6.0rem;}
.round70{border-radius: 7.0rem;}
/*****************************end**************************/
