body{
    background: #f5f6f8;
}
button{ 
	cursor:pointer;
}
.LoginAccount{
    position: relative;
    display:inline-block;
}
.LoginAccount a:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #7f7f7f;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.133333rem;
    margin-bottom: 0.026667rem;
    transform: rotate(0);
    transition: transform 0.2s linear;
}
.LoginAccount:hover a:after{
    content: '';
    transform: rotate(180deg);
}
.LoginAccount>div{
    display: none;
    width: 200px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    position: absolute;
    z-index: 1000;
    text-align: center;
}
.LoginAccount:hover div{
    display: block;
}
.LoginAccount>div>button{
    width: 98px;
    height: 32px;
    border: none;
    background: #fff;
    font-size: 12px;
}
.AdminIndexNav{
    width:100%;
    position: fixed;
    top:30px;
    left:0;
    z-index:100;
    background-color: #ff2832;
}
.AdminIndexNavMain{
    position: relative;
    height:80px;
    line-height: 80px;
}
.AINM_L{
    display: inline-block;
    width: 167px;
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    margin-right: 40px;
}
.AINM_L a{
   display: inline-block;
}
.AINM_M{
    display: inline-block;
}
.AINM_M ul li{
    display: inline-block;
    margin-right:40px;
    position: relative;
}
.AINM_M ul li:after{
    content: '';
    display: inline-block;
    border:10px solid transparent;
    position: absolute;
    left:50%;
    bottom: 0;
    transform: translateX(-50%);
}
.AINM_M ul li a{
    font-size: 16px;
    color: #ffffff;
}
.AINM_M ul li.active:after{
    border:10px solid transparent;
    border-bottom:10px solid #fff;
}
.MyAccount a:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.133333rem;
    margin-bottom: 0.026667rem;
    transform: rotate(0);
    transition: transform 0.2s linear;
}
.MyAccount:hover a:after{
    content: '';
    transform: rotate(180deg);
}
.MyAccount{
    position: relative;
}
.MyAccount:hover .MyAccountBox{
    display: block;
}
.MyAccountBox{
    display: none;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    z-index: 1000;
    top:100%;
    left:0;
}
.MyAccountBox>div{
    width:50%;
    text-align: center;
    box-sizing: border-box;
}
.MyAccountBox>div span{
    display:block;
    line-height: 33px;
    height: 33px;
    text-align: left;
    padding-left: 10%;
    box-sizing: border-box;
}
.MyAccountBox>div span>a{
    font-size: 12px;
    color: #666666;
}
.MyAccountBox>div .tname{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

.AIshoppingCart{
    overflow: hidden;
}
.AISC-box{
    display: inline-block;
    width: 125px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #FFF;
    position: absolute;
    right:40px;
    top:50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
}
.AISC-box>span{
    display: inline-block;
    width: 25px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
}
.AIshoppingCart>a>span{
    display: inline-block;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    background-color: #ffffff;
    position: absolute;
    top:10px;
    right:30px;
    color: #ff2832;
}
.AdminMain{
    margin-top: 130px;
}
.AdminMainBox{
   margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}
.AdminMainBox:after{
    content: '';
    clear:both;
    display: block;
}
.AdminMain_left{
    float: left;
    width: 145px;
    height: auto;
    padding:4px 14px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    margin-right: 10px;
    vertical-align: top;
}
.AdminMain_left>ul>li{
    padding: 20px 0;
    border-bottom: 1px dotted #bfbfbf;
}
.AdminMain_left>ul>li:last-child{
    border: none;
 }

.AdminMain_left>ul>li b{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.AdminMain_left>ul>li span{
    display: inline-block;
    width: 16px;
    height: 16px;
    color:#ccc;
    font-size: 20px;
    line-height: 16px;
    border:1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}
.AdminMain_left>ul>li ul{
    margin-left: 33px;
}
.AdminMain_left>ul>li ul>li{
    margin-top: 15px;
}
.AdminMain_left>ul>li ul>li.actives a{
    color: #ff2832;
}
.AdminMain_left>ul>li ul>li a{
    font-size: 14px;
    color: #666666;
}
.AdminMain_right{
    float: right;
    width: 960px;
}
.AR-MyInformation{
    height: 118px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    vertical-align: top;
    box-sizing: border-box;
}
.AR-MyInformation>div{
    float:left;
}
.AR-M-Left{
    margin: 20px 20px 20px 13px;
    float:left;
    width:78px;
    height: 78px;
}
.AR-M-Middle{
    height: 78px;
    margin: 20px 0 20px 30px;
}
.AR-M-Middle>div{
    float:left;
    padding:5px 60px 5px 30px;
    height: 68px;
    border-right: 1px solid #eeeeed;
}
.AR-M-Middle>div p.al{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.AR-M-Middle>div:first-child>p:first-child{
    font-size: 20px;
    color: #333333;
}
.AR-M-Middle>div>p:first-child>i{
    font-size: 12px;
    color: #666666;
	margin-left: 25px;
}
.AR-M-Middle>div>p:last-child{
    font-size: 14px;
    color: #666666;
    margin-top: 29px;
}
.AR-M-Middle>div:first-child>p:last-child>span{
    display: inline-block;
    width: 81px;
    height: 12px;
    line-height: 12px;
    background-color: #eeeeee;
    margin-right: 10px;
}
.AR-M-Middle>div:first-child>p:last-child>span i{
    display: inline-block;
    width:40%;
    height:12px;
    background-color: #ffd800
}
.AR-M-Middle>div:first-child>p:last-child>a{
    font-size: 14px;
    color: #333333;
}
.AR-M-Middle>div+div{
    vertical-align: top;
}
.AR-M-Middle>div:last-child{
    height:48px;
    padding: 7px 80px;
}
.AR-M-Middle>div:last-child>p{
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.AR-M-Middle>div:last-child>p span{
    color: #ffae00;
}
.AR-M-Middle>div:last-child a{
    display: inline-block;
    width: 48px;
    height: 20px;
    background-color: #ff2832;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}
.AR-M-right{
    width: 296px;
}
.AR-M-right p:first-child{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.AR-S-left>div:first-child{
    width: 637px;
    height: 150px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    margin: 10px 10px 0 0;
}
.AR-ServiceGuide{
    overflow: hidden;
}
.AR-ServiceGuide>div{
    float: left;
}
.CourierService{
    width: 637px;
    height: 100px;
    padding:16px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    margin: 10px 10px 0 0;
    overflow: hidden;
}
.CourierService>div{
    float: left;
    width:50%;
    height:100%;
    padding:0 15px;
    box-sizing: border-box;
    border-right:1px dotted #eeeeed;
}
.CourierService>div:last-child{
    border-right: none;
    padding-left: 80px;
    box-sizing: border-box;
}
.CourierService>div h1{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.CourierService>div ul{
    width:50%;
    float: left;
}
.CourierService>div ul>li{
    font-size: 12px;
    line-height: 25px;
    color: #666666;
}
.AR-S-right{
    float: left;
    margin-top: 10px;
    padding:10px;
    box-sizing: border-box;
    width: 189px;
    height: 262px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    position: relative;
}
.AR-S-right>h1{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
/* .AR-S-right>h1+div>span:first-child{
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 13px;
    border-radius: 50%;
    vertical-align: middle;
}
.AR-S-right>h1+div>span:first-child img{
    width:100%;
    height:100%;
}
.AR-S-right>h1+div>span:last-child{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
} */
.QrCode{
    width: 116px;
    height: 116px;
    line-height: 116px;
    /* border: solid 1px #eeeeed; */
    margin: 0 auto;
    margin-top: 12px;
    text-align: center;
}
.QrCode img{
    display: inline-block;
    vertical-align: middle;
}
.AR-S-right button{
    width: 187px;
    height: 35px;
    background-color: #ffffff;
    font-size: 12px;
    color: #666666;
    position: absolute;
    bottom: 0;
    left:0;
    box-sizing: border-box;
    border: none;
    border-top: solid 1px #eaeaea;
}
.AR-MyTask{
    width:100%;
    margin: 10px 0;
}
.AR-MyTask>h1{
    height:42px;
    line-height: 42px;
    font-size: 14px;
    color: #333333;
    background: #fff;
}
.AR-MyTask>h1:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background-color: #ff2832;
    margin: 0 10px;
    vertical-align: middle;
}
.AR-MyTask table{
    width:100%;
    overflow: hidden;
    background: none;
}
.AR-MyTask table>thead{
    width:100%;
    height: 34px;
    line-height: 34px;
    background-color: #f9f9f9;
    border: solid 1px #eaeaea;
    margin-bottom: 10px;
}
.AR-MyTask table .jianju{
    width:100%;
    height:10px;
    background: #fff;
    border: solid 1px #eaeaea;
}
.AR-MyTask table>thead td{
    padding:0 10px;
 }

.AR-MyTask table>thead .t1{
   padding:0 20px;
}
.AR-MyTask table>thead .t3{
    padding:0 20px;
}
#state{
    border: none;
    background: none;
}
.AR-MyTask table>tbody{
    margin-bottom: 20px;
}
.AR-MyTask table>tbody .box>td{
    background: #fff;
}
.AR-MyTask table>tbody td{
    height: 40px;
    background-color: #fafafa;
    border-top: solid 1px #eaeaea;
    position: relative;
    text-align: center;
}
.AR-MyTask table>tbody td>span{
    vertical-align: middle;
    height: 20px;
    margin: 10px;
    text-align: left;
}
.AR-MyTask table>tbody td>span:last-child{
    position: absolute;
    top:25%;
    right:0;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999999;
}
.AR-MyTask table>tbody tr:last-child{
    background: #fff;
    padding:10px 0;
}
.AR-MyTask table>tbody .titleName{
    text-align: left;
}
.CommodityInformation>div:first-child{
    float: left;
    width: 90px;
    padding:10px;
    margin: 0 10px;
    box-sizing: border-box;
}
.CommodityInformation>div:last-child{
    float: left;
    transform: translateY(20%); 
}
.CommodityInformation>div:last-child span{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
}
.CommodityInformation>div:last-child span:first-child{
    font-weight: bold;
    color: #333333;
}
.CommodityInformation>div:last-child span:first-child+span{
    color: #999999;
    text-align: left;
}
.CommodityInformation>div:last-child span:nth-child(3){
    color: #ff2832;
    text-align: left;
}
.operation{
    text-align: center;
}
.operation button{
    display: block;
    border: none;
    background: #fff;
    margin: 5px auto;
}
.operation .actives{
    color: #ff2832;
}
.AR-RecommendCommodities{
    width:100%;
    height: 340px;
    margin: 10px 0;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}
.AR-RecommendCommodities>h1{
    height:42px;
    line-height: 42px;
    font-size: 14px;
    color: #333333;
}
.AR-RecommendCommodities>h1:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background-color: #ff2832;
    margin: 0 10px;
    vertical-align: middle;
}
.AR-R-box{
    width:100%;
    overflow: hidden;
}
.AR-R-box>li{
    float: left;
    width: 209px;
    height: 300px;
    padding:20px;
    box-sizing: border-box;
    border: solid 2px #eeeeee;
    border-left: none;
}
.AR-R-box>li:last-child{
    border-right: none;
}
.AR-R-box>li a:first-child{
    display: block;
    width:170px;
    height:170px;
    margin: 0 auto;
}
.AR-R-box>li a:first-child img{
    width:100%;
    height:100%;
}
.AR-R-box>li .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 48px;
    margin: 12px 0;
}
.AR-R-box>li .title:hover{
    text-decoration: underline;
}
.AR-R-box>li p:last-child>span{
    font-size: 18px;
    color: #ff2832;
}
.AR-R-box>li p:last-child>button{
    float: right;
    width: 68px;
    height: 22px;
    line-height: 22px;
    background-color: #ff2832;
    border-radius: 3px;
    border:none;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border: none;
}
/*缂傚倸鍊搁崐鎼佸磹妞嬪孩顐介柕鍫濐槸缁狀垶鏌ｉ幋锝呅撻柣鎾跺枛閺岀喖骞嗚閺嗚鲸銇勯幒瀣伈闁哄瞼鍠栭、娑橆潩椤掑﹥瀚归柛褎顨呴拑鐔哥箾閹存瑥鐏柛瀣濮婃椽宕归鍛壘濠碘槅鍋嗛崑銈咁潖閾忓湱纾兼俊顖滅帛閸庢捇姊洪悷鏉挎闁瑰嚖鎷�*/
.GiftShopTitle{
    height:42px;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
}
.GiftShopTitle:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 15px;
    background-color: #ff2832;
    margin: 0 10px;
    vertical-align: middle;
    margin-top: -5px;
}
.GiftShopTitle>a{
    color:#333;
}
.GiftShopTitle>a:hover{
    text-decoration: underline;
}
.GiftShopBox>ul{
    overflow: hidden;
}
.GiftShopBox>ul>li{
    padding:20px;
    float: left;
    width: 200px;
    height: 285px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
}
.GiftShopBox>ul>li a:first-child{
    display: block;
    color: #fff;
}
.GiftShopBox>ul>li a:first-child img{
    width:100%;
    height:100%;
}
.GiftShopBox>ul>li .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 35px;
    margin: 12px 0;
}
.GiftShopBox>ul>li .title:hover{
    text-decoration: underline;
}
.GiftShopBox>ul>li p:last-child>span{
    font-size: 18px;
    color: #ff2832;
}
.GiftShopBox>ul>li p:last-child>button{
    float: right;
    width: 68px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ff2832;
    border-radius: 3px;
    border:none;
    font-size: 12px;
    color: #ffffff;
    border: none;
}
.GSpaging{
    width:100%;
    height: 31px;
    margin: 0 auto;
    margin-top: 49px;
    text-align: center;
}
.GSpaging button{
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #bfbfbf;
    display: inline-block;
    background: none;
    font-size: 12px;
    color: #666666;
}
.GSpaging a{
    display: inline-block;
    width: 30px;
    height: 29px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background-color: #e5e5e5;
    border: solid 1px #bfbfbf
}
.GSpaging a.active{
    width: 50px;
    text-align: center;
    color: #ff2832;
    background: none;
    border: none;
}
.TotalPages{
    font-size: 12px;
    color: #333333;
    margin:0 20px;
}
.jumppages{
 display: inline-block;
}
.jumppages input{
    display: inline-block;
    width: 30px;
    height: 25px;
    text-align: center;
    border: solid 1px #bfbfbf
}
#submits{
    width: 55px;
    height: 30px;
    background-color: #ff2832;
    border-radius: 5px;
    margin-left: 10px;
    color:#fff;
    border: none;
}
/*闂傚倸鍊烽悞锕傛儑瑜版帒鏄ラ柛鏇ㄥ灠閸ㄥ倿姊洪鈧粔鐢稿磻閵堝鐓涢柛銉ｅ劚閻忊晝绱掗幇顓ф畷闁逛究鍔岃灃閻庯綆鍋勯鍫曟煟鎼淬値娼愭繛璇х畵瀹曞湱鎹勯搹瑙勬闂佸憡顨堥崐锝夊籍閿熶粙骞忛崨瀛樺仭闁哄鐏濋ˉ锟�*/
.OBG-list{
    width:100%;
 overflow: hidden;
}
.OBG-list>li{
    padding:20px;
    float: left;
    width: 209px;
    height: 296px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
}
.OBG-list>li>a:first-child{
    display: block;
    width: 170px;
    height: 170px;
}
.OBG-list>li>a:first-child img{
    width:100%;
    height:100%;
}
.OBG-list>li .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 12px 0;
}
.OBG-list>li .title:hover{
    text-decoration: underline;
}
.OBG-list>li p>span:first-child{
    font-size: 18px;
    color: #ff2832;
}
.OBG-list>li p>a{
    float: right;
    width: 68px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ff2832;
    border-radius: 3px;
    border:none;
    font-size: 12px;
    color: #ffffff;
}
.OBG-list>li div>span{
    margin-top: 8px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}
/*闂傚倸鍊搁崐鐑芥嚄閸洖绠犻柟鍓х帛閸嬨倝鏌曟繛鐐珔闁搞劌鍊块弻锝夋偄缁嬫妫庨梺鍝勵儐濡啴寮婚悢鐚存嫹閻㈡鐒惧ù鐘欏嫨浜滈柍鍝勫暙閸樻挳鏌熼鑲╃Ш鐎规洖鐖兼俊鎼佸Ψ瑜忛妶閿嬩繆閻愵亜鈧倝宕戦幘璇茬闁跨噦鎷�*/
.MT-box-Top{
    margin: 13px 0;
    padding-left:30px;
    box-sizing: border-box;
}
.MT-box-Top>div{
    display: inline-block;
    margin: 0 20px 15px 0;
}
.MT-box-Top>div input{
    width: 168px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    text-indent: 10px;
}
/*闂傚倸鍊搁崐鐑芥嚄閸洖绠犻柟鍓х帛閸嬨倝鏌曟繛鐐珔闁搞劌鍊块弻锝夋偄缁嬫妫庨梺鍝勵儐濡啴寮婚悢鐚存嫹閻㈡鐒鹃弽锟犳煟韫囨挾绠伴梺甯秮瀵鈽夐姀鐘插祮闂侀潧枪閸庨亶锝為鍫熲拺閻犲洦鐓￠悰婊堟煙閸戙倖瀚�*/
.MP-Box{
    width: 100%;
    height: 605px;
    padding:21px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.MP-Box-Top{
    padding-bottom: 20px;
    border-bottom:2px solid #eaeaea;
}
.MP-Box-Top div{
    display: inline-block;
    vertical-align: middle;
}
.MP-Box-Top div:last-child{
    margin-left: 20px;
}
.MP-Box-Top div:last-child h1{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}
.MP-Box-Top div:last-child p{
    font-size: 14px;
    color: #666666;
}
.MP-Box-Top div:last-child p>span{
    display: inline-block;
    width: 81px;
    height: 12px;
    line-height: 12px;
    background-color: #eeeeee;
}
.MP-Box-Top div:last-child p>span>i{
    width:40%;
    height: 12px;
    display: inline-block;
    background-color: #ffd800;
}
.MP-Box-Middle{
    padding:30px 60px;
    box-sizing: border-box;
}
.MP-Box-Middle div{
    margin: 20px 0;
}
.MP-Box-Middle div>label{
    display: inline-block;
    width:100px;
    font-size: 12px;
    color: #666666;
    margin-right: 10px;
    text-align: right;
}
.MP-Box-Middle div>input[type='text']{
    width: 166px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-indent: 10px;
}
.MP-Box-Middle div>input[type='radio']{
    width: 20px;
    height: 20px;
    outline: none;
    border: solid 3px #ebebeb;
    -webkit-appearance: none;
    border-radius: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    margin:0 5px;
}
.MP-Box-Middle div>input[type='radio']:checked{
    background: #2ac90b;
    border:5px solid #eee;
}
.MP-Box-Middle div>select{
    width: 126px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    margin-right: 10px;
}
.MP-Box-Middle div>input[type='submit']{
    display: inline-block;
    width: 58px;
    height: 25px;
    background-color: #ff2832;
    border-radius: 3px;
    border: none;
    color:#fff;
    font-size: 12px;
}
/*濠电姷鏁告慨鐑藉极閹间礁纾婚柣鎰惈閸ㄥ倿鏌ｉ姀鐘冲暈闁稿顑呴埞鎴︽偐閹绘帗娈銈嗘礋娴滃爼寮婚妸鈺傚亞闁稿本绋戦锟�*/
.MM-Box{
    width:100%;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.MM-Box h1{
    height:40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    background-color: #fafafa;
    border: solid 1px #eaeaea
}
.MM-B-Top{
    width:100%;
    height: 32px;
    background-color: #f5f8fa;
    border: solid 1px #dae5ec
}
.MM-B-Top>div:first-child{
    display: inline-block;
    width:150px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #666666;
}
.MM-B-Top>div:last-child{
    display: inline-block;
    font-size: 12px;
    color: #666666;
}
.MM-B-Top>div:last-child>input{
    width:18px;
    height:18px;
    vertical-align: middle;
    margin-right: 10px;
}
.MM-B-Middle{
    padding:20px;
    box-sizing: border-box;
}
.MM-B-M-Item{
    width: 768px;
    border-top: dotted 1px #eaeaea;
    padding:20px 0;
    box-sizing: border-box;
}
.MM-B-M-Item>div:first-child{
    display: inline-block;
    width:130px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
}
.MM-B-M-Item>div:first-child>span:first-child{
    display: block;
    font-size: 14px;
    color: #ff2832;
    font-weight: bold;
}
.MM-B-M-Item div:first-child>span:last-child{
    display: block;
    color: #333333;
}
.MM-B-M-Item>div:last-child{
    display: inline-block;
    height:100%;
    /* padding-top:20px; */
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}
.MM-B-M-Item>div.checked{
    background: #fbfbfb;
}
.MM-B-M-Item>div:last-child>p:first-child {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    width: 595px;
}
.MM-B-M-Item>div:last-child>p:first-child button{
    display: inline-block;
    width: 12px;
    height: 15px;
    margin-right: 20px;
    margin-top: 5px;
    border: none;
    background: none;
 }

.MM-B-M-Item>div:last-child input{
    width:18px;
    height:18px;
    vertical-align: middle;
    margin-right: 5px;
}
.MM-B-M-Item>div:last-child .ReviewResults{
    width:595px;
    margin-top: 14px;
    font-size: 14px;
    color: black;
}
.MM-B-M-Item>div:last-child .ReviewResults p{
    padding-left: 20px;
}
.MM-B-M-Item>div:last-child .ReviewResults p:first-child{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.MM-B-M-Item>div:last-child .ReviewResults .ReviewResultsBox{
    line-height: 25px;
    padding:10px 20px;
    box-sizing: border-box;
}
.MM-B-M-Item>div:last-child .ReviewResults1{
    width:595px;
    margin-top: 14px;
    font-size: 14px;
    color: #999999;
}
.MM-B-M-Item>div:last-child .ReviewResults1 p{
    padding-left: 20px;
}
.MM-B-M-Item>div:last-child .ReviewResults1 p:first-child{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.MM-B-M-Item>div:last-child .ReviewResults1 .ReviewResultsBox{
    line-height: 25px;
    padding:10px 20px;
    box-sizing: border-box;
}

.MM-B-M-Item>div:last-child>button{
    display:inline-block;
    width: 12px;
    height: 12px;
    border: none;
    background: none;
    margin-left:250px;
    margin-top: 10px;
}
.MM-B-M-Item p{
	word-break: break-all;
}
.MM-B-Footer{
    height:40px;
    padding:14px 0;
    box-sizing: border-box;
    border-top: dotted 1px #eaeaea;
    font-size: 12px;
    color: #666666;
}
.MM-B-Footer input{
    width:18px;
    height:18px;
    margin-left: 155px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
}
.MM-B-Footer a{
    display: inline-block;
    padding:0 10px;
    border-left: 1px solid #ebebeb;
    margin-left: 10px;
    color: #666666;
}
/*婵犵數濮烽弫鎼佸磻閻樿绠垫い蹇撴缁躲倕螖閿濆懎鏆為柛瀣剁節閺屽秹宕崟顒�浠洪梺缁樺灱婵倝寮查幖浣圭叆闁绘洖鍊圭�氾拷*/
.MB-Box-Top{
    width:100%;
    height: 140px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    padding:37px 32px;
    box-sizing: border-box;
    position: relative;
    position: relative;
}
.MB-Box-Top p{
    font-size: 18px;
    color: #333333;
}
.MB-Box-Top p>span:first-child{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}
.MB-Box-Top p>span:last-child{
    display: inline-block;
    font-size: 28px;
    color: #ff2832;
    vertical-align: middle;
}
.MB-Box-Top p>span:last-child>i{
    font-size: 12px;
    color: #333333;
    margin-left:10px;
}
.MB-Box-Footer{
    margin-top: 10px;
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}
.MB-Box-Top div{
    margin-top: 5px;
}
.MB-Box-Top div>span{
    font-size: 12px;
    color: #666666;
    margin-right: 20px;
}
.MB-Box-Top div>span>i{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}
.MB-B-T-But{
    position: absolute;
    top:50%;
    right:200px;
    transform: translateY(-50%);
}
.MB-B-T-But>a{
    display: inline-block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
}
#cz{
    background-color: #ff2832;
    color:#fff;
    margin-right: 20px;
}
#tx{
    border: solid 1px #ff2832;
    background: #fff;
    color: #ff2832;
}
.MB-Box-Footer{
    width:100%;
}
.MB-Box-Footer h1{
    padding:0 16px;
    box-sizing: border-box;
    font-weight: bold;
    height: 40px;
    background-color: #fafafa;
    border: solid 1px #eaeaea;
    line-height: 40px;
}
.MB-Box-Footer div{
    width:100%;
    padding:20px 16px;
    box-sizing: border-box;
}
.MB-Box-Footer div>p:first-child>label{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
}
.MB-Box-Footer div>p:first-child>input{
    width: 168px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
#jylx{
    margin-right: 20px;
}
.MB-Box-Footer div>table{
    width:100%;
    height:35px;
    line-height: 35px;
}
.MB-Box-Footer div>table tr{
    height:50px;
    border-bottom: solid 1px #eeeeed
}
.MB-Box-Footer div>table tr:last-child{
    border-bottom: none;
}
.MB-Box-Footer div>table tr:first-child{
    height:50px;
    vertical-align: bottom;
}
.MB-Box-Footer div>table .lf{
    text-align: left;
}
.MB-Box-Footer div>table .cen{
    text-align: center;
}
/*闂傚倸鍊峰ù鍥х暦閸偅鍙忛柣銏⑶圭粈澶屾喐閺傛娼栧ù鐘差儏缁�瀣亜閺嶃劎顣叉俊宸墮閳规垿鎮欓弶鎴犱户闂佹悶鍔屽﹢杈╁垝閸儱纾奸柣鎰嚟閸樺崬鈹戦悙鏉戠仴鐎规洦鍓欓锝夊锤濡や胶鍘垫俊鐐差儏妤犳悂宕㈤幘顔界厸濞达綀顫夊畷宀勬煛娴ｈ宕岄柡浣规崌閺佹捇鏁撻敓锟�*/
.MTU-box{
    width: 846px;
    
    overflow-y:hidden;
    padding:0 30px 30px 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.MTU-box>h1{
    margin-top: 39px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.MTU-box>.balance{
    margin-top: 29px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.MTU-box>.balance>i{
    font-size: 18px;
    color: #ff2832;
}
.TopUpWay{
    margin-top:24px;
    padding: 10px 0;
    font-size: 14px;
    color: #333333;
}
.TopUpWay>label{
    font-size: 14px;
    color: #666666;
}
.TopUpWay>div{
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
}
.TopUpWay input[type='radio']{
    display: inline-block;
    width:18px;
    height:18px;
    vertical-align: middle;
}
.TopUpWay>input[type='radio']:last-child{
    margin-left: 20px;
}
.Recharge>p:first-child{
    font-size: 16px;
    color: #666666;
    margin:20px 0;
}
.Recharge>p:first-child>i{
    color: #75bedf;
    margin: 0 10px;
}
.Recharge>p:first-child+div{
    padding:0 10px;
    box-sizing: border-box;
    width: 782px;
    line-height: 54px;
    border: solid 1px #ff2832;
}
.Recharge>p:first-child+div>span{
    margin-right: 20px;
    font-size: 14px;
    font-weight:bold;
    color:#ff2832;
}
.Recharge>p:first-child+div>span>label{
    color: #666666;
    margin-left: 10px;
}
.Recharge>p:first-child+div+div{
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 782px;
    height: 84px;
    line-height: 54px;
    border: solid 1px #ff2832;
    position: relative;
}
.Recharge>p:first-child+div+div>p:first-child{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.Recharge>p:first-child+div+div>p:first-child>span{
    color: #ff2832;
}
.Recharge>p:first-child+div+div>p:last-child>label{
    font-size: 14px;
    font-weight: bold;
    color: #ff2832;
    margin-right: 18px;
}
.Recharge>p:first-child+div+div>p:last-child>span{
    color: #666666;
    margin-right: 20px;
    font-size: 14px;
}
.Recharge>p:first-child+div+div>p:last-child>.jyddh{
    width: 222px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    margin-right: 20px;
    text-indent: 10px;
}
.Recharge>p:first-child+div+div>p:last-child>.dkje{
    width: 112px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    text-indent: 10px;
}
.Recharge>p:first-child+div+div>p:last-child button{
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #ff2832;
    border-radius: 2px;
    border: none;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin:  0 10px;
}
.Recharge>p:first-child+div+div .tishi{
    font-size: 14px;
    color: #ff2832;
    position: absolute;
    bottom:-5px;
    left:182px;
}
.Recharge>p:last-child{
    font-size: 16px;
    color: #06030c;
    margin: 20px 0;
}
/*婵犵數濮烽弫鎼佸磻閻樿绠垫い蹇撴缁躲倕螖閿濆懎鏆為柛瀣剁節閺屽秹宕崟顒�浠洪梺缁樺灱濡嫮澹曟總鍛婄厽闁归偊鍨伴惃鐑樸亜閺傝法鐒告慨濠囩細閵囨劙骞掗幋婊冩瀳闂備礁鎽滄慨鐢告偋濠婂懎鍨濆┑鐘崇閺呮悂鏌ㄩ悤鍌涘*/
.BR-box{
    width: 100%;
    height: 604px;
    padding:35px 44px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}
.BR-box p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
.BR-box p:first-child>span{
    font-weight: bold;
    font-size: 18px;
    color: #ff2832;
}
.BR-box p input[type='radio']{
    display: inline-block;
    width:18px;
    height:18px;
    vertical-align: middle;
    margin-right: 10px;
}
.BR-box p #txzh{
    width: 287px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #bfbfbf;
    text-indent: 10px;
}
#txye,#zfmm{
     width: 104px;
     height: 30px;
     border-radius: 2px;
     border: solid 1px #bfbfbf;
    text-indent: 10px;
 }
.BR-box p button{
    font-size: 12px;
    color: #5ca0f2;
    border: none;
    background: none;
    margin-left: 110px;
    margin-top: 10px;
}
.BR-box p a{
    font-size: 12px;
    color: #5ca0f2;
}
.BR-box>button{
    margin-top: 30px;
    width: 84px;
    height: 34px;
    background-color: #ff2832;
    border-radius: 3px;
    margin-left: 80px;
    color:#fff;
    border: none;
}
/*婵犵數濮烽弫鎼佸磻閻愬樊鐒芥繛鍡樻尭鐟欙箓鎮楅敐搴″箺闁瑰啿鐭傚缁樻媴娓氼垳鍔搁柣搴＄仛鐢�崇暦濠婂牊鍋勫瀣濞堟儳鈹戦绛嬬劸闁糕晜鐗犲鏌ュ箹娴ｅ湱鍙嗛梺缁樻礀閸婂湱鈧熬鎷�*/
.MC-box{
    width: 100%;
    /*height: 604px;*/
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.MC-Top{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: solid 1px #eaeaea;
}
.MC-Top>div{
    font-size: 14px;
    color: #333333;
    padding:10px 15px;
    display: inline-block;
    border-bottom:2px solid transparent;
    box-sizing: border-box;
}
.MC-Top>div.actives{
    color: #fff;
    border: 2px solid #ff2832;
    box-sizing: border-box;
    background-color: #ff2832;
}
.MC-Top>div.actives>a{
    color: #fff;
}
.MC-Middle table{
    width:100%;
}
.MC-Middle table .syfw{
    color: #5697c2;
}
.MC-Middle table .cen{
    text-align: center;
}
.MC-Middle table .left{
    text-align: left;
    padding-left: 10px;
}
.MC-Middle table tr:first-child{
    height: 32px;
    background-color: #f5f8fa;
    border: solid 1px #dae5ec
}
.MC-Middle table tr{
    height:40px;
    border-bottom: solid 1px #eeeeed
}
.MBC-box{
    width: 100%;
    height: 604px;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.MBC-Top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding:0 15px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: solid 1px #eaeaea;
    position: relative;
}
.MBC-Top p span{
    font-size: 12px;
    color: #666666;
}
.MBC-Top a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background-color: #ff2832;
    border-radius: 3px;
    position: absolute;
    top:50%;
    right:30px;
    transform: translateY(-50%);
    font-size: 12px;
    color:#fff;
    border: none;
    text-align: center;
    padding:0 10px;
}
.MBC-Top .jy{
    opacity: 0.3;
}
.MBC-Middle{
    padding:18px  17px;
    box-sizing: border-box;
}
.BnakCart1{
    width: 238px;
    height: 145px;
    line-height: 145px;
    text-align: center;
    border: dotted 1px #cccccc;
    font-size: 14px;
    color: #666666;
}
.BnakCart2>div{
    width: 238px;
    height: 145px;
    border: solid 1px #cccccc;
    font-size: 14px;
    color: #666666;
    padding:0 10px;
    box-sizing: border-box;
    position: relative;
}
.BnakCart2>div>h1{
    padding:10px 0;
    border-bottom:2px dotted #ccc;
    overflow: hidden;
    margin-bottom: 25px;
}
.BnakCart2>div>h1>span{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.BnakCart2>div>p{
    overflow: hidden;
}
.BnakCart2>div>p>span{
    position: absolute;
    left:0;
}
.BnakCart2>div>div{
    width: 100%;
    height: 30px;
    background-color: #eeeeee;
    border-radius: 3px;
    border: solid 1px #cccccc;
    position: absolute;
    bottom: 0;
    left:0;
    box-sizing: border-box;
}
.BnakCart2>a{
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    color: #83b6e1;
}
/*濠电姷鏁告慨鐑藉极閹间礁纾块柟瀵稿Х缁�濠囨煥閻旇袚闁靛洤瀚板鎾幢濡も偓椤忣亪鏌涘▎蹇曠闁哄矉缍侀獮鍥敆閸屾稒鍠栧┑鐘愁問閸ㄩ亶骞愰幎钘夎摕闁绘梻鍘х粻鏌ユ煙闁箑骞橀柕鍡樺姉缁辨挻鎷呴崫鍕戯綁鏌ｉ埡濠傜仩妞ゎ偄绻愮叅妞ゅ繐鎳庨敓浠嬫敱閵囧嫰骞掗悙鏉戭伓闂備礁鎲″Λ渚�宕洪弽顓炍﹂柛鏇ㄥ灠椤懘鏌嶉妷銉э紞濞寸厧鐭傞幃妤冩喆閸曨剛鈹涚紓浣虹帛缁诲牆顕ｉ锕�绠荤紓浣股戝▍銏ゆ⒑鐠恒劌娅愰柟鍑ゆ嫹*/
.ABC-box{
    width:100%;
    padding:40px;
    box-sizing: border-box;
}
.ABC-box div{
    margin-bottom: 20px;
}
.ABC-box div>label{
    display: inline-block;
    width:160px;
    text-align: right;
    margin-right: 10px;
}
.ABC-box div>label>i{
    color: #ff2832;
    margin: 0 10px;
}
#khr{
    width: 179px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-indent: 10px;
}
.ABC-box div>select{
    width: 179px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea
}
.ABC-box div>select>option{
    font-size: 14px;
    color: #999999;
}
#fhdz,#yhk,#zfb,#kfyh{
    width: 415px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-indent: 10px;
}
#phone,#yzm{
    width: 179px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-indent: 10px;
}
.ABC-box div>button{
    width: 108px;
    height: 30px;
    background-color: #ffdaed;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    font-size: 14px;
    color: #ff2832;
}
.ABC-box>button{
    width: 108px;
    height: 34px;
    background-color: #ff2832;
    border-radius: 5px;
    margin-left: 170px;
    border: none;
    font-size: 14px;
    color: #ffffff;
}
/*闂傚倸鍊峰ù鍥敋瑜嶉湁闁绘垼妫勭粻鐘绘煙閹冩闁搞儺鍓﹂弫宥夋煟閹邦垰鐨洪柣鎾村灴濡懘顢曢姀鈥愁槱濠殿喖锕ら…鐑藉春閵忋倕绫嶉柨鐔剁矙婵＄敻宕熼姘鳖啋闁荤娀缂氬銊╁箣闁垮绡�缁剧増蓱椤鏌熼崙銈嗗*/
.SC-box{
    height: auto;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    padding:20px;
    box-sizing: border-box;
}
.SC-Top{
    border-bottom: 1px solid #eaeaea;
}
.SC-Top>p{
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}
.SC-Top>p .level{
    font-size: 16px;
    font-weight: bold;
    color: #eeae00;
}
.SC-Top>p  .levelTu{
    margin-left: 20px;
    display: inline-block;
    width: 275px;
    height: 12px;
    line-height: 12px;
    background-color: #f4f4f4;
    border-radius: 6px;
}
.SC-Top>p  .levelTu>i{
    display: inline-block;
    width:40%;
    height:12px;
    background-color: #00dd2a;
    border-radius: 6px;
}
.SC-Middle{
    padding:29px 0 0 59px;
    box-sizing: border-box;
}
.SC-Middle>div{
    overflow: hidden;
    margin-bottom: 40px;
}
.SC-Middle>div div:first-child{
    margin-right: 20px;
}
.SC-Middle>div h1{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333333;
}
.SC-Middle>div p{
    font-size: 12px;
    color: #666666;
}
.SC-Middle>div a{
    display: inline-block;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffdaed;
    font-size: 14px;
    color: #ff2832;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    margin-right: 100px;
}
/*婵犵數濮烽弫鎼佸磿閹寸姴绶ら柦妯侯棦瑜版帒纾奸柣鎰皺閻涖儱鈹戞幊閸婃洟骞婃惔銊ュ嚑濞达絿纭堕弨浠嬫煕鐏炲墽顣查柛鐔哄仱閺屾稒鎯旈敍鍕姱闂佽鍠栫紞濠傜暦閸洦鏁傞柛鏇ㄥ幗椤曟绱撻崒娆戭槮妞わ富鍨伴…鍥晸閻樿尙鐣哄┑掳鍊曢幊蹇浰夐崼鐔虹闁瑰鍋熼幊鎰繆椤愮姴鈧繂顫忛搹鍦＜婵☆垳鍘чˉ澶愭⒑閻熸澘娈╅柟鍑ゆ嫹*/
.MLP-box>div{
    margin-top: 20px;
}
.MLP-box>div label{
    display: inline-block;
    width:150px;
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
}
.MLP-box>div span{
    font-size: 14px;
    color: #666666;
}
.MLP-box>div button{
    margin-left: 20px;
    width: 108px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffdaed;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    font-size: 14px;
    color: #ff2832;
}
.MLP-box>div label>i{
    display: inline-block;
    font-size: 12px;
    color: #ff2832;
    margin: 0 10px;
}
.MLP-box>div input{
    width: 166px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-indent: 10px;
}
.MLP-box>button{
    margin-left: 160px;
    margin-top: 40px;
    width: 58px;
    height: 25px;
    line-height: 25px;
    background-color: #ff2832;
    border-radius: 3px;
    color:#fff;
    text-align: center;
    border: none;
}
/*闂傚倸鍊搁崐鐑芥嚄閸洖绠犻柟鍓х帛閸嬨倝鏌曟繛鐐珔闁搞劌鍊块弻锝夋偄缁嬫妫庨梺鍝勵儐濡啴寮婚悢鐚存嫹閻㈡鐒鹃弽鈩冪節濞堝灝鐏犻柕鍫熸倐瀵寮撮敍鍕澑闂佸搫娲ㄩ崐顐﹀閵忋垻锛滈梺璺ㄥ枍缁瑩寮幘缁樻櫢闁跨噦鎷�*/
.MO-Top{
    overflow: hidden;
}
.MO-Top>div{
    float: left;
    padding:0 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.MO-Top>div label{
    font-size: 14px;
    color: #333333;
    /* margin-right: 10px; */
}
.MO-Top>div input{
    width: 168px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.MO-Middle>table{
    width:100%;
}
.MO-Middle>table>tbody .box>td{
    background: #fff;
}
.MO-Middle>table>thead{
    width: 846px;
    height: 34px;
    background-color: #f9f9f9;
    border: solid 1px #eaeaea;
}
.MO-Middle>table>thead td{
    text-align: center;
    height:34px;
}
.MO-Middle>table>tbody{
    width: 846px;
    height: 130px;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.kx{
    height:10px;
    border-color: transparent;
}
.titleName{
    width: 100%;
    height: 40px;
    background-color: #fafafa;
    overflow: hidden;
    border-top: 1px solid #eaeaea;
}
.titleName>td>span{
    font-size: 12px;
    color: #666666;
    margin-right:20px;
}
.titleName>td .ddh{
    color: #333333;
}
.titleName>td>span:first-child{
    margin-left: 10px;
}
.cen{
    text-align: center;
}
.left{
    text-align: left;
}
.t1{
    width:240px;
    padding:10px;
    border-bottom:1px solid #eaeaea;
}
.t2{
    border-bottom:1px solid #eaeaea;
}
.t1>span:last-child{
    margin-left: 20px;
}
.t1>span:last-child>p{
    margin-bottom: 3px;
    font-size: 12px;
}
.t1>span:last-child>p:first-child{
    color: #333333;
    font-weight: bold;
}
.t1>span:last-child>p:first-child+p{
    color: #999999;
}
.t1>span:last-child>p:last-child{
    color: #ff2832;
}
.t3{
    width:150px;
    padding-left:20px;
    box-sizing: border-box;
}
.t4{
    width:150px;
}
.t5>span{
    margin-bottom: 5px;
}
.ok{
    color: #999999;
}
/*闂傚倸鍊搁崐鐑芥倿閿曞倹鍎戠憸鐗堝笒閸ㄥ倻鎲搁悧鍫濈瑲闁稿浜弻娑㈠Ψ椤旂厧鈷掗梺杞扮椤戝棝濡甸崟顖氱闁瑰瓨绻嶆禒濂告⒑閸忚偐鎽冩い顐㈩樀婵＄敻宕熼姘棟闂佸壊鐓堥崰妤呭磹椤栫偞鈷戠紒瀣儥閻擃參鏌熼崙銈嗗*/
.AAS-box{
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    height:auto;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}
.ASS-Top{
    width: 781px;
    height: 49px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #eaeaea;
}
.ASS-Top span{
    display: inline-block;
    font-size: 12px;
    color: #333333;
    margin-right: 95px;
}
.ASS-Top span:last-child{
    margin-top: 15px;
}
.ASS_Main{
    margin-top: 21px;
}
.ASS-Main-left{
    padding-right:50px;
    display: inline-block;
    border-right: solid 1px #eaeaea;
}
.ASS-Main-left label{
    display: inline-block;
    width:85px;
    font-size: 12px;
    color: #666666;
    text-align: right;
}
.ASS-Main-left span{
    display: inline-block;
}
.ASS-Main-left span{
    margin-left: 89px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.ASS-Main-left span>input[type='radio']{
    display: inline-block;
    width:18px;
    height:18px;
    vertical-align: middle;
    margin: 0 10px;
}
.ASS-Main-left label+span{
    margin-left:0;
}
.ASS-Main-left .bz{
    margin-top: 20px;
}
.ASS-Main-left .bz>textarea{
    padding:10px 0;
    text-indent: 10px;
    box-sizing: border-box;
   display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 360px;
    height: 115px;
    border: solid 1px #eaeaea
}
.ASS-Main-left .tp{
    margin-top: 20px;
}
.ASS-Main-left .tp p{
    margin-top: 20px;
    margin-left: 90px;
}
.ASS-Main-left .tp div{
    margin-left: 44px;
    margin-top: 10px;
}
.ASS-Main-left>button{
    display: inline-block;
    margin: 0 50%;
    margin-top: 20px;
    width: 58px;
    height: 25px;
    background-color: #ff2832;
    border-radius: 3px;
    color:#fff;
    border: none;

}
.ASS-Main-right{
    padding:20px 25px;
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    height: 159px;
    vertical-align: top;
}
.ASS-Main-right>.A-M-R-main{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.ASS-Main-right>.A-M-R-main>div{
    float: left;
}
.ASS-Main-right>.A-M-R-main>div>p{
    margin-left: 10px;
    margin-top: 10px;
}
.ASS-Main-right>.A-M-R-main>span{
   position: absolute;
    top:50%;
    right:0px;
    transform: translateY(-50%);
}
.A-M-R-footer>p{
    width:100%;
    margin: 10px 0;
    font-size: 12px;
    color: #333333;
}
.A-M-R-footer>p:first-child>span:first-child{
    margin-right: 20px;
}
.A-M-R-footer>p:last-child{
    color: #ff2832;
}
/*闂傚倸鍊峰ù鍥х暦閸偅鍙忛柟鎯板Г閳锋梻鈧箍鍎遍ˇ顖炲垂閸岀偞鐓熼柣鏃偳归ˉ瀣煛閸☆厾鐣甸柡宀嬬秮瀵噣宕掑顒�顬嗛梺璇插绾板秴鐣濋幖浣歌摕闁靛ň鏅涚猾宥夋煕閵夘喚鍘涙俊顐㈠濮婃椽宕ㄦ繝鍐╁創闂佺懓鍤栭幏锟�*/
.OD-Top{
    width: 100%;
    height: 280px;
    padding:20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    position: relative;
}
.OD-Top>p>span{
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
}
.OD-Top>a{
    width: 64px;
    height: 24px;
    line-height: 24px;
    background-color: #ff2832;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size: 12px;
    text-align: center;
}
.OD-Top>.jyts{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-indent: 20px;
    background-color: #dff1f8;
    border: solid 1px #9ecee0;
    font-size: 12px;
    color: #666666;
}
.OD-box{
    margin-top: 20px;
    overflow: hidden;
}
.OD-box p{
    font-size: 12px;
    color: #333333;
    margin-bottom: 10px;
}
.OD-box p>b{
    margin-left: 10px;
}
.OD-box>div:first-child>p:first-child i{
    color: #ff2832;
}
/* .OD-box>div:last-child{
    padding-left:40px;
    margin-left: 40px;
    border-left: 1px solid #eaeaea;
} */
.OD-Middle{
    margin-top: 10px;
    width: 100%;
    height: 456px;
    padding:0 36px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.OD-M-Top{
    padding:30px 0;
    border-bottom: 1px dotted #eeeeed;
    text-align: center;
    position: relative;
}
.OD-M-Top>div{
    width:60px;
    text-align: center;
    display: inline-block;
    margin-right: 50px;
}
.OD-M-Top>div:last-child{
    margin-right: 0;
}
.OD-M-Top>div span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #2ac90b;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 50;
}
.OD-M-Top>div span:after{
    content: '\2714';
    display: inline-block;
    color:#fff;
    line-height: 25px;
}
.OD-M-Top>div p{
    margin-top: 22px;
    text-align: center;
}
.jjindu{
    display: inline-block;
    width: 110px;
    height: 4px;
    background-color: #2ac90b;
    position: absolute;
    top:41px;
    z-index: 1;
}
.j1{
    left:160px;
}
.j2{
    left:270px;
}
.j3{
    left:390px;
}
.j4{
    left:500px;
}
.OD-M-Middle{
    padding:20px;
    box-sizing: border-box;
    width:100%;
    height:307px;
    overflow-x:hidden;
    overflow-y: auto;
}
.OD-M-Middle .one1{
    color:#333;
}
.OD-M-Middle>p{
    margin-bottom: 10px;
    color: #999999;
}
.OD-F-Top{
    margin-top: 10px;
    width: 846px;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.OD-F-Top>table{
    width:100%;
    height:34px;
    line-height: 34px;
}
.OD-F-Top>table .t1>div:last-child{
    margin-left: 10px;
}
.bj{
    color: #ff2832;
}
/*闂傚倸鍊搁崐鐑芥嚄閸撲椒鐒婇柕濞炬櫅缁狀垶姊洪崹顕呭剭濞存粍绮撻弻鈥愁吋閸愩劌顬嬮梺鐟板暱閹虫﹢骞冩禒瀣垫晬婵炴垶鍩冨Σ鍫ユ⒑鐎圭姵顥夋い锔炬暬閻涱喖鈻庨幘宕囶槰闂侀潧枪閸庢娊顢欓幇顔剧＝闁稿本鐟ㄩ崗宀勬倶韫囧濮傛鐐茬箻閺佹捇鏁撻敓锟�*/
.PayCenterMain{
    width: 1000px;
    height: 605px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    margin: 15px auto;
    padding:0 40px;
    box-sizing: border-box;
}
.PayCenterMainTop{
    padding:40px;
    box-sizing: border-box;
    padding-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}
.PayCenterMainTop>h1{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 39px;
}
.PayCenterMainTop>p,.PayCenterMainBox>p{
    font-size: 14px;
    text-align: center;
    color: #333333;
    margin-top: 40px;
}
.PayCenterMainTop>p>i,.PayCenterMainBox>p>i{
    font-size: 18px;
    color: #ff2832;
    font-weight: bold;
}
.PayCenterMainBox>p a.zf{
    display: inline-block;
    width: 94px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ffdaed;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    color: #ff2832;
    margin-left: 20px;
}
.PayCenterMainBox>p a.cz{
    font-size: 12px;
    color: #75bedf;
}
.PayCenterMainBox>p a.cz:hover{
    text-decoration: underline;
}
/*缂傚倸鍊搁崐鎼佸磹妞嬪孩顐介柕鍫濐槸缁狀垶鏌ｉ幋锝呅撻柣鎾跺枛閺岀喖骞嗚閺嗚鲸銇勯幒瀣伈闁哄瞼鍠栭、娑橆潩椤掑﹥瀚归柛褎顨呯粻鏍偡濞嗗繐顏┑顖涙尦濮婂宕奸悢鎭掆偓鎺懨归悡搴㈠枠婵﹥妞藉畷顐﹀Ψ閵夘噯鎷烽幘缁樼厵闁告垯鍊栫�氾拷*/
/*闂傚倸鍊搁崐椋庣矆娴ｈ櫣绀婂┑鐘插亞閻掔晫鎲歌箛鏇燁潟闁绘劕顕弧鈧梺鎼炲劀閸ヮ煉绱梻鍌欒兌缁垶宕归崼鏇椻偓锕傚炊椤掆偓閻撴繈鏌￠崒姘辨皑闁衡偓娴犲鐓熸俊顖濇硶缁ㄥ潡鏌涜箛鎾剁劯闁哄矉缍侀獮鍥敆婵犲懎鎯堥梻浣告惈閻鎹㈠┑瀣瀬闁规儳顕々鐑芥倵閿濆簼绨介柣锝夌畺濮婅櫣绱掑鍡樼暥闂佺粯顨呭Λ娑氭閻愬搫绠婚悗闈涙憸椤旀洟鏌ｆ惔銏⑩姇妞ゎ厼娲幃铏節濮橆厾鍘甸梺鍛婂灟閸婃牜鈧熬鎷�*/
.GO_box{
    width:100%;
    padding:0 30px;
    box-sizing: border-box;
}
.GO_box .storehouse-div{
    width:100%;
    padding:10px;
    box-sizing: border-box;
    border: solid 1px #ebebeb;
}
.GO_box div>h1{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.GO_box div>h2{
    font-size: 14px;
    font-weight: bold;
}
.GO_box div>h2>span.bj{
    font-size: 16px;
    margin-right: 30px;
}
.GO_box div>h2>button{
    background-color: #ff2832;
    border-radius: 3px;
    border: none;
    margin-left: 20px;
    color: #ffffff;
    width: 60px;
    height: 25px;
    font-size: 13px;
}
.GO_box div>p{
    margin-bottom: 20px;
    padding: 8px 0;
}
.GO_box div>p>label{
    font-size: 14px;
    color: #666666;
}
.GO_box i{
    color: #ff2832;
    margin: 0 5px;
}
.GO_box div>p>select{
    width: 500px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea
}
.GO_box div>p>button{
    width: 94px;
    height: 30px;
    background-color: #ffdaed;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    margin-left: 20px;
    color: #ff2832;
}
.GO_box div .tishi1{
    margin-left: 20px;
}
.GO_box div .tishi1 a{
    color: #46a8f3;
}
.GO_box>button{
    width: 62px;
    height: 25px;
    line-height: 25px;
    background-color: #ff2832;
    border-radius: 3px;
    margin-left: 150px;
    margin-top:40px;
    color:#fff;
    text-align: center;
    border: none;
    margin-bottom: 40px;
}
/*闂傚倸鍊搁崐椋庣矆娓氣偓楠炴牠顢曢敃鈧粻鐘充繆椤栨繂浜圭痪鎹愬Г閹便劌螣閹稿海銆愮紓渚婃嫹闁稿本绋愮换鍡樸亜閺嶃劎绠撳ù婊呮嚀椤啰娑甸崨顔惧涧缂備胶绮惄顖炵嵁鐎ｎ噮鏁囬柣鏃囨閻浹囨⒒娴ｅ憡璐￠柛蹇旓耿瀵劑宕￠悜鍡楁闂佸憡娲﹂崣蹇涘箯閻戣姤鏅查幖绮光偓鑼嚬婵犳鍣徊钘壩涘┑瀣摕闁挎繂顦伴崑鎰版煕閹邦厼绲绘い銉ョ墦濮婅櫣绮欓幐搴㈡嫳缂備礁顑嗛幐鎼佸煘閸愵喗鏅搁柨鐕傛嫹*/
.uploadOk{
    margin-top: 20px;
    margin-left: 100px;
    width: 283px;
    padding:10px;
    background-color:rgba(42,201,11,.12);
    position: relative;
}
.uploadOk>div{
    display: inline-block;
    font-size: 12px;
    color: #2ac90b;
}
.uploadOk >span:first-child{
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    margin-left: 40px;
}
.uploadOk >span:last-child{
    position: absolute;
    top:-5px;
    right:5px;
    font-size: 24px;
}
.DeliveryMan{
	height:100%;
	padding:0 20px 20px;
	box-sizing:border-box;
	font-size: 14px;
}
.DM-right{
	display:inline-block;
	vertical-align:top;
}
.DeliveryMan button{
	margin:15px 20px;
    font-size: 14px;
    width: 120px;
	height: 30px;
	background-color: #ffdaed;
	border-radius: 3px;
	border: solid 1px #ff9ed1;
	color: #ff2832;
}
.DeliveryMan input{
    width:18px;
    height:18px;
    vertical-align: middle;
    margin-left:20px;
}
.DeliveryMan textarea{
    width: 300px;
    height: 100px;
    background-color: #ffffff;
    border: solid 1px #eaeaea
}
.DeliveryMan span{
	margin-left:20px;
	font-size: 15px;
}
.IF-Box{
    width:100%;
    margin: 30px 0 10px 0;
}
.IF-Box>h2{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.IF-Box .show-more{
	margin-left:100px;
	color:#ff2832;
}
.IF-Box .filtrate{
    margin: 10px 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background-color:rgba(42,201,11,.12);
}
.IF-Box>.filtrate>img{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.IF-Box>.filtrate>span{
    display: inline-block;
    vertical-align: middle;
    color: #2ac90b;
    font-size: 15px;
}
.IF-Box>.filtrate>span.fr{
    margin-right: 20px;
}
.thridOrderMsg{
	max-height:600px;
	overflow-X:hidden;
	overflow-Y:auto;
	border: 3px solid rgba(42,201,11, .12);
}
.thridOrderMsg .del{
	width:35px;
}
.IF-Box table{
    width:100%;
    border-color: #ebebeb;
    font-size: 12px;
}
.IF-Box table tr{
    border: none;
}
.IF-Box table tr>td{
    padding:5px;
    box-sizing: border-box;
    background-color: #fafafa;
    border: solid 1px #eaeaea;
    color: #333333;
}
.IF-Box table tr:first-child{
    width: 100%;
    height: 34px;
    background-color: #fafafa;
}
.IF-Box table tr:first-child th{
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    color: #333333;
}
.IF-Box table .address{
    width:200px;
}
.IF-Box table .productName{
    width:180px;
}
.IF-Box table .productName button{
    border: none;
    background: none;
}
#zq{
    color: #2ac90b;
}
#cw{
     color: #4082e5;
 }
/* .IF-Box>div:last-child{
    text-align: center;
    margin: 0 auto;
} */
a#confirmReceiver{
    display: inline-block;
    width: 80px;
    height: 25px;
    border-radius: 3px;
    border: solid 1px #ff2832;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-bottom: 30px;
    background-color: #ff2832;
}
.ModifyProductName{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
}
.ProductBox{
    width: 314px;
    height: 262px;
    background-color: #ffffff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.ProductBox h1{
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-align: center;
}
.ProductBox p{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-bottom: 20px;
}
.ProductBox textarea{
    width: 205px;
    height: 83px;
    border: solid 1px #eeeeed;
    padding:10px;
    box-sizing: border-box;
}
.ProductBox button{
    margin: 0 10px;
    margin-top: 40px;
    display: inline-block;
    width: 62px;
    height: 25px;
    border-radius: 3px;
    border: solid 1px #ff2832;
    background: #ffF;
    color: #ff2832;
}
.ProductBox button:last-child{
    background-color: #ff2832;
    color:#fff;
}
.IF4Box{
    height:auto;
    padding:0 10px;
}
.IF4-Top{
    width:100%;
    padding:23px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #eaeaea;
    position: relative;
}
.IF4-Top>p{
    font-size: 14px;
    color: #333333;
}
.IF4-Top>p>span{
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
.IF4-Top>p:last-child{
    margin-top: 10px;
}
.IF4-Top>p:last-child>span{
    color: #ff2832;
}
.IF4-Top button{
    position: absolute;
    transform: translateY(-50%);
    background-color: #ffdaed;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    color: #ff2832;
}
.IF4-Main{
    margin-top: 20px;
    overflow: hidden;
}
.IF4-Main>div{
    vertical-align: top;
    display: inline-block;
}
.IF4-Main-left{
    width: 546px;
}
.IML-box table tr{
    width: 546px;
    height: 34px;
    border: solid 1px #eaeaea;
}
.IML-box table>tr:first-child{
    width: 546px;
    height: 34px;
    background-color: #f9f9f9;
}
.IML-box .nojianju{
    height:10px;
    border-color: transparent;
}
.IML-box table tr>td:first-child{
    padding:5px;
    box-sizing: border-box;
}
.IML-box table tr>td:first-child>div{
   display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.IML-box table tr>td:first-child>div:last-child{
	width:59%;
}
.IML-box table>tr:last-child{
    width: 544px;
    height: 40px;
    background-color: #fafafa;
}
.IF4-Main-right{
    margin-left: 20px;
    width: 230px;
    padding:10px;
    box-sizing: border-box;
    background-color: #fbfbfb;
    float: right;
}
.IF4-Main-right p>input[type='radio']{
    width:18px;
    height:18px;
    vertical-align: middle;
    margin: 0 10px;
}
.IF4-Main-right p>input[type='radio']:last-child{
    margin-left: 99px;
}
.IF4-Main-right>p:first-child+p{
    margin-top: 20px;
}
.IF4-Main-right>p:first-child+p textarea{
    vertical-align: top;
    width: 156px;
    height: 86px;
    background-color: #ffffff;
    border: solid 1px #eeeeed
 }
.IF4-Main-right h1{
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.IF4-Main-right button{
    display: inline-block;
    width: 77px;
    height: 25px;
    background-color: #ff2832;
    border-radius: 3px;
    border:none;
    color:#fff;
    margin: 20px 0;
    position: relative;
    left:50%;
    transform: translateX(-50%);
}
.GiftChoice{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 900px;
    max-height: 575px;
    background-color: #ffffff;
    padding:0 20px;
    box-sizing: border-box;
}
.GiftChoice>h1{
    padding:15px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    position: relative;
}
.GiftChoice>h1>span{
    position: absolute;
    top:20px;
    right:0px;
}
.GiftSelection>ul{
    overflow: hidden;
}
.GiftSelection>ul>li{
    float: left;
    width: 65px;
    height: 30px;
    border: solid 1px #eeeeed;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #333333;
}
.GiftSelection>ul>li>span{
    display: inline-block;
    width: 10px;
    height: 18px;
    padding:2px 0;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 5px;
}
.GiftSelection>ul>li>span>i:first-child{
    display:block;
    border-bottom:5px solid #000;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.GiftSelection>ul>li>span>i:last-child{
    margin-top: 2px;
    display:block;
    border-top:5px solid #000;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.GiftSelectionBox{
    margin-top: 20px;
    overflow: hidden;
}
.GiftSelectionLeft{
    padding-right: 20px;
    box-sizing: border-box;
    width:600px;
    border-right: 1px solid #eaeaea;
}
.GiftSelectionLeft>ul{
    padding-right: 20px;
    box-sizing: border-box;
    height:544px;
    overflow-x: hidden;
    overflow-y: auto;
}
.GiftSelectionLeft>ul>li{
    overflow: hidden;
    margin-bottom: 10px;
}
.GiftSelectionLeft>ul>li>img{
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.GiftSelectionLeft>ul>li>img+div>span{
    display: block;
    margin-top: 5px;
}
.GiftSelectionLeft>ul>li>img+div>span:first-child{
    font-size: 12px;
    font-weight: bold;
}
.GiftSelectionLeft>ul>li>img+div>span:last-child{
    color: #ff2832;
}
.GiftSelectionLeft>ul>li>img+div+div{
    margin-left: 70px;
}
.GiftSelectionLeft>ul>li>img+div+div span{
    display: block;
    margin-top: 5px;
}
.GiftSelectionLeft>ul>li>div:last-child>p{
    display:block;
    height: 20px;
    overflow: hidden;
    border:1px solid #ccc;
    margin-bottom: 20px;
}
.GiftSelectionLeft>ul>li>div:last-child>p>span{
    display: inline-block;
    width: 20px;
    height:100%;
    text-align: center;
    color:#999;
    font-weight: bold;
}
.GiftSelectionLeft>ul>li>div:last-child>p>span:first-child{
    border-right:1px solid #ccc;
}
.GiftSelectionLeft>ul>li>div:last-child>p>input{
    display: inline-block;
    width:30px;
    height:100%;
    text-align: center;
    border: none;
    outline: none;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}
.GiftSelectionLeft>ul>li>div:last-child>button{
    color: #ff2832;
    border: none;
    background: none;
}
.GiftSelectionRight{
    width:200px;
    /* padding:0 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 100px; */
    display: inline-block;
}
.GiftSelectionRight>h2{
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.GiftSelectionRight>h2>button{
    height: 20px;
    color: #ff2832;
    background-color: #fff;
    border: none;
}
.GiftSelectionRightBox>ul{
    max-height: 350px;
    overflow-y: auto;
    position: absolute;
}
.GiftSelectionRightBox>ul>li{
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.GiftSelectionRightBox>ul>li>img{
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.GiftSelectionRightBox>ul>li>img+div>span{
    display: block;
    margin-top: 5px;
}
.GiftSelectionRightBox>ul>li>img+div>.goodsName{
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 110px;
}
.GiftSelectionRightBox>ul>li>img+div>.price{
    color: #ff2832;
    font-size: 14px;
}
.GiftSelectionRightBox>ul>li>img+div>.number{
    font-size: 14px;
}
/* .GiftSelectionRightBox>ul>li>div:last-child{
    position: absolute;
    top:50%;
    right:10px;
    transform: translateY(-50%);
} */
.GiftSelectionRight>button{
    margin-top: 20px;
    width: 85px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color:#fff;
    background-color: #ff2832;
    border-radius: 3px;
    display: inline-block;
    border: none;
    position: absolute;
    bottom: 28px;
    right: 78px;
}
/*闂傚倸鍊搁崐椋庣矆娴ｈ櫣绀婂┑鐘插亞閻掔晫鎲搁弮鍫涒偓渚�寮介鐐茬獩濡炪倖姊婚埛鍫ュ吹閵堝鈷戠憸鐗堝笒娴滀即鏌涘Ο鍝勨挃缂侇喛顕ч埢搴ㄥ箛閳衡偓缁ㄥ姊虹憴鍕棎闁哄懏鐩幃姗�鍩￠崨顔惧幐闂佸憡绮岄崯顖溾偓姘炬嫹*/
#shili{
    font-size: 12px;
    color: #999999;
    margin-left: 120px;
}
.sdGiftChoice{
    margin-top: 20px;
}
.sdGiftChoice>input:first-child{
    width: 160px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-indent: 10px;
}
.sdGiftChoice>input:first-child+input{
    width: 260px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-indent: 10px;
    margin-left: 20px;
}
.sdGiftChoice>button{
    width: 94px;
    height: 30px;
    background-color: #ffdaed;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    font-size: 14px;
    color: #ff2832;
}
.tinajia{
    margin:20px 0;
    margin-left: 20px;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    font-size: 24px;
    color:#00c409;
    border:1px solid  #00c409;
}
/**缂傚倸鍊搁崐椋庢閵堝绠柣鎴ｅГ閻撶喖鏌熼幆褍鏆辨い鎺嬪灲閺岀喖顢涘顒婃嫹閸ф绠栭悷娆忓婵挳姊婚崼鐔恒�掑ù鐓庢喘濮婃椽宕妷銉愶綁鎷戦柆宥嗙厪闁搞儜鍐句純濠碘槅鍋勯崯顐﹀煡婢跺鐓ラ柛鎰╁妷閹稿嫬鈹戦悩娈挎毌闁告挻绻堥妴鍐箛閺夎法顔嗛梺璺ㄥ櫐閹凤拷**/
.storehouse-table{
	width:100%;
	
}
.storehouse-table tr{
	height:50px;
}
.storehouse-table td,.storehouse-table th{
	text-align:center;
	font-size:14px;
	border:1px solid #2e8ded;
}
.GO_box .SelectWarehouse{
	overflow:hidden;
}
.GO_box .SelectWarehouse>div{
    font-size: 14px;
    border: 1px solid #ebebeb;
    padding:10px 20px;
}
.GO_box .SelectWarehouse>div>p{
    margin: 10px 0;
}
.GO_box .SelectWarehouse>label{
    float: left;
    display: inline-block;
    width:10%;
    height:100%;
}
.GO_box .SelectWarehouse>p>input{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}
.storehouse-span{
	margin-left: 15px;
}
/*闂傚倸鍊搁崐椋庢閿熺姴纾婚柛鏇ㄥ瀬閸ヮ剙绠ユい鏇炴鐎氳鎱ㄥΟ绋垮姎濠德ゆ硶缁辨帡顢欓懖鈺佲叺闂佽鍠掗崜婵嬪箚閺冨牆顫呴柍銉ュ暱婢癸拷*/
.SelectGift{
    width:75%;
    max-height:440px;
    overflow-y: scroll;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    padding:15px;
    box-sizing: border-box;
    display: inline-block;
}
.SelectGift>ul>li{
    float: left;
    width:25%;
    height:auto;
    padding: 7px 15px;
    box-sizing: border-box;
    border:1px solid #ebebeb;
}
.SelectGift>ul>li>img{
    width:100%;
    height: 117px;
}
.SelectGift>ul>li>p{
    padding:4px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.SelectGift>ul>li .SelectGiftcontext{
    position: relative;
}
.SelectGift>ul>li .SelectGiftcontext .price{
    font-size: 14px;
    color: #ff2832;
    vertical-align: bottom;
    margin-left: -5px;
}
.SelectGift>ul>li .SelectGiftcontext .stock{
    margin-right: -5px;
}
/* .SelectGift>ul>li .SelectGiftcontext span:last-child{
    font-size: 12px;
    color: #666;
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
} */
.SelectGift>ul>li>div:last-child{
    width:100%;
    margin-top: 5px;
}
.SelectGift>ul>li>div:last-child>span{
    display: block;
    width:90%;
    height:100%;
    border:1px solid #ebebeb;
    vertical-align: middle;
    margin: 0 auto;
    overflow: hidden;
}
.SelectGift>ul>li>div:last-child>span>a{
    display: inline-block;
    width:20%;
    height:20px;
    float: left;
    text-align: center;
    line-height:20px;
}
.SelectGift>ul>li>div:last-child>span>input{
    display: inline-block;
    width: 60%;
    height:20px;
    float: left;
    border: none;
    border-right: 1px solid #ebebeb;
    border-left:  1px solid #ebebeb;
    text-align: center;
    box-sizing: border-box;
    outline: none;
}
.SelectGift>ul>li>div:last-child>button{
    width:35%;
    display: inline-block;
    height: 20px;
    background-color: #ffdaed;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    color: #ff2832;
    vertical-align: middle;
}
.ProductNumber{
    height:40px;
    line-height: 40px;
    color: #ff2832;
    text-align: right;
}
.ProductNumber>span{
    font-size: 16px;
}
/* .ProductNumber>span#number{
    font-size: 14px;
    color:#999;
    margin-top: 2px;
} */
.ProductNumber>span.fr{
    margin-left: 30px;
}
/* 闂傚倸鍊风粈浣虹礊婵犲偆鐒界憸鏃堛�侀弽顓炲窛妞ゆ梻鈷堥崵銈夋⒑瑜版帒浜伴柛妯哄⒔缁鈻庨幇鈺�绨婚梺瑙勫閺呮盯鎮橀埡鍛厸闁告侗鍨奸悞楣冩嚕閹扮増鐓曢柕澶樺灣閸掓澘顭胯瑜板啴婀侀梺缁樻尭鐎涒晠宕抽搹鍦＜閻庯綆浜跺Σ娲煥閻斿憡鐏紓宥呮缁傚秴顭ㄩ崨顖滅劶闂佽法鍣﹂幏锟� */
.platformTypeSelect{
	width: 130px;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #eaeaea;
	margin-top: 20px;
}
.inputList{
	margin:15px 0;
}
.inputList>input{
	width: 160px;
	height: 25px;
	border-radius: 3px;
	border: solid 1px #696060;
	text-indent: 10px;
}
.selectList{
	margin:15px 0;
}
.selectList>input{
	width: 160px;
	height: 25px;
	border-radius: 3px;
	border: solid 1px #696060;
	text-indent: 10px;
}
.selectList>select{
	width: 120px;
	height: 26px;
	border-radius: 3px;
	border: solid 1px #696060;
	margin-top: 5px;
}
.selectList>input.GOIaddresss{
	width: 318px;
	margin-top: 5px;
}
.selectList>.provinceSelect{
	margin-left: 21px;
}
.errorSpan{
	width: 95px;
	color: #ff2832;
	display: inline-block;
}
.saveButton{
	width: 50px;
	line-height: 24px;
	background-color: #ffdaed;
	border-radius: 3px;
	border: solid 1px #ff9ed1;
	margin-left: 20px;
	color: #ff2832;
	display: inline-block;
	text-align: center;
}
.countSpan{
	font-size: 16px;
	color: #ff2832;
	margin-left: 10px;
}
.update-checked-all{
	display:inline-block;
	vertical-align:middle;
	margin-top:-2px;
	border-radius:5px;
	width: 20px;
    height: 20px;
    line-height:17px;
    text-align:center;
    background-color: #ffdaed;
	-webkit-appearance: none;
	border: 1px solid #9e9191;
    outline: none;
    box-sizing:border-box;
}
.update-checked-all:checked:after{
	content:'\2714';
	color:#ff2832;
	font-size:20px;
}

.payPayment{
    display: none;
}
.payPayment_box{
    width: 688px;
    height: 578px;
    background-color: #fff;
    margin: 10% auto;
    padding: 0 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.payPayment_ewm{
    margin-top: 51px;
}
.payPayment_ewm_l{
    width: 244px;
    height: 304px;
    border: solid 1px #eeeeed;
    padding: 20px 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.payPayment_ewm_l img{
    width: 203px;
    height: 204px;
}
.payPayment_ewm_l p:nth-child(2){
    margin-top: 12px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.payPayment_ewm_l p:last-child{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}
.payPayment_ewm_r{
    width: 320px;
}
.payPayment_ewm_r p{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}
.payPayment_ewm_r p:last-child{
    margin-bottom: 0;
}
.payPayment_ewm_r p em{
    color: #ff0000;
    font-size:20px;
}
.payPayment_ewm_r p i{
    color: #ff2832;
}
.payPayment_ewm_r span{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.payPayment_ewm_r button{
    border: none;
    display: block;
    width: 107px;
    height: 34px;
    background-color: #ff2832;
    border-radius: 3px;
    color: #fff;
    margin-top: 30px;
}
.payPayment_ewm_r button:active{
    opacity: 0.5;
}
.payPayment_ewm_bottom{
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 782px;
    height: 95px;
    line-height: 54px;
    background-color: #fff5fa;
    border: solid 1px #fbb2d8;
    position: relative;
}
.payPayment_ewm_bottom>p:first-child{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.payPayment_ewm_bottom>p:first-child>span{
    color: #ff2832;
}
.payPayment_ewm_bottom>p:last-child>label{
    font-size: 14px;
    font-weight: bold;
    color: #ff2832;
    margin-right: 18px;
}
.payPayment_ewm_bottom>p:last-child>span{
    color: #666666;
    margin-right: 20px;
    font-size: 14px;
}
.payPayment_ewm_bottom>p:last-child>.jyddh{
    width: 222px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    margin-right: 20px;
    text-indent: 10px;
}
.payPayment_ewm_bottom>p:last-child>.dkje{
    width: 112px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    text-indent: 10px;
}
.payPayment_ewm_bottom>p:last-child button{
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #ff2832;
    border-radius: 2px;
    border: none;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin:  0 10px;
}
.payPayment_ewm_bottom .tishi{
    font-size: 14px;
    color: #ff2832;
    position: absolute;
    bottom:-5px;
    left:182px;
}
.Recharge>p:last-child{
    font-size: 16px;
    color: #06030c;
    margin: 20px 0;
}

/*闂備礁鎲￠懝鐐殽濮濆被浜归悗娑欙公缁辨棃鏌″搴″箲闁跨喕妫勯ˇ鎵矚闁稁鏁婇柤鎭掑劜濮ｏ拷*/
.AR-box-two{
    margin-top: 11px;
    width: 100%;
    position: relative;
    background-color: #ffffff;
}
.AR-box-two img{
    width: 100%;
}
.AR-box{
    margin-top: 11px;
    width: 846px;
    height: 430px;
    background: url("./../image/admin/wenan-admin.png?v=20250424134039") no-repeat 100% 100%;
    background-size: 100% auto;
    position: relative;
}
.AR-upgrade{
    width: 55%;
    height: auto;
    /*height: 152px;*/
    position: absolute;
    top: 37%;
    left:50%;
    transform: translateX(-50%);
}
.AR-upgrade>div.upgrading{
    width: 85px;
    height: 120px;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    border: solid 1px #90b4e7;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.AR-upgrade .upgrading-frist .current-level{
	height:25px;
}
.AR-upgrade .upgrading-frist{
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:60px;
}
.AR-upgrade>div.AR-upgradeTWO:nth-child(2){
    padding-top: 28px;
}
.AR-upgrade .upgrading-frist div.imgs{
    width: 50px;
    height: 60px;
    background-color:rgba(255,255,255,0.4);
    border-radius: 5px;
    margin:0 auto;
}
.AR-upgrade .upgrading-frist:nth-child(3){
    position: relative;
    top: -10px;
}
.AR-upgrade .upgrading-frist:nth-child(3) div.imgs{
    height: 70px;
}
.AR-upgrade .AR-upgradeTWO:nth-child(4){
    padding-top: 18px;
}
.AR-upgrade .upgrading-frist:nth-child(5){
    position: relative;
    top: -20px;
}
.AR-upgrade .upgrading-frist:nth-child(5) div.imgs{
    height: 80px;
}
.AR-upgrade .AR-upgradeTWO:nth-child(6){
    padding-top: 8px;
}
.AR-upgrade .upgrading-frist:nth-child(7){
    position: relative;
    top: -30px;
}
.AR-upgrade .upgrading-frist:nth-child(7) div.imgs{
    height: 90px;
}
.AR-upgrade .upgrading-frist div.imgs img{
    position: relative;
    transform: translate(-50%,-50%);
    top:50%;
    left: 50%;
    display: block;
}
.AR-upgrade .upgrading-frist h2{
    margin-top:5px;
}
.AR-upgrade>div.upgrading img{
    display: inline-block;
    width: 23px;
    height: 21px;
    margin: 6px 0 5px 0;
}

.AR-upgrade>div.AR-upgradeTWO{
    display: inline-block;
    width:56px;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.AR-upgrade>div.AR-upgradeTWO div{
    width:56px;
    margin: 5px 8px 8px 0;
    height: 6px;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 0.38;
}
.AR-upgrade>div.AR-upgradeTWO div span{
    display: inline-block;
    vertical-align: top;
    height: 6px;
    width: 33%;
    font-size: 12px;
    background-image: linear-gradient(0, #3b41f4 0px, #ddd 50px);
    background-color: #3b41f4;
    border-radius: 3px;
}
.upgrading-clear{
    text-align: center;
}
.AR-upgrade>div.AR-upgradeTWO p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #3b41f4;
    text-align: center;
}
.AR-upgrade .upgrade-button{
    display: inline-block;
    border: none;
    width: 160px;
    margin: 0 auto;
    height: 35px;
    background-color: #fe7265;
    border-radius: 18px;
    color: #fff;
    margin-top:20px;
    margin-left: 40px;
    font-size: 14px;
    overflow-y: hidden;
}
.AR-upgrade button:active{
    opacity: 0.5;
}
.AR-box .upgrade-yq{
    /*border: none;*/
    display: inline-block;
    width: 160px;
    margin: 28px auto;
    height: 35px;
    background: transparent;
    border-radius: 18px;
    border: solid 2px #fff;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #fff;
}
.AR-M-Middle .balance{
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
}
.AR-M-Middle .balance span{
    display: block;
    font-size: 14px;
    color: #666;
    float:left;
    line-height: 20px;
}
.AR-M-Middle .balance i{
    font-size: 18px;
    color: #ff2832;
    margin-left: 15px;
    line-height: 20px;
    float:left;
    display: block;
    font-weight: 600;
}
.AR-M-Middle .balance a{
    border: none;
    width: 48px;
    height: 20px;
    line-height: 20px;
    background-color: #ff2832;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.AR-MyInformation-Middle-ma{
    vertical-align: top;
    width:300px;
    height: 118px;
    padding:20px 20px 20px 40px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.AR-MyInformation-Middle-ma div{
    float:left;
}
.AR-MyInformation-Middle-ma div p{

}
.AR-MyInformation-Middle-ma div:first-child p:first-child{
    font-size: 17px;
    color: #333;
    font-weight: 600;
    line-height: 17px;
}
.AR-MyInformation-Middle-ma div:first-child .qqnumber{
    font-size: 12px;
    margin-top: 12px;
}
.AR-MyInformation-Middle-ma div:last-child{
    float:right;
    width: 80px;
    height: 80px;
    border:1px solid #dddddd;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.AR-MyInformation-Middle-ma div:last-child img{
    width:100%;
}

/*濠电娀娼ч崐钘壩涢崟顐殨闁归棿绀佺粈鍡樹繆閵堝懎顏ラ柨鐔告灮閹凤拷*/
.FriendsList-box{
    margin-top: 130px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
}
.FriendsMainBox{
    margin-top: 11px;
    /*margin-bottom: 40px;*/
    overflow: hidden;
    position: relative;
}
.FriendsLists{
    height: auto;
    background: white;
    border: solid 1px #eaeaea;
}
.FriendsList-banner{
    width: 100%;
    height: 182px;
}
.FriendsListBox{
    width: 634px;
    margin: 0 auto;
    /*height: 417px;*/
    padding: 19px 0 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.FriendsListBox-algorithm{
    width: 493px;
    margin: 0 auto;
    text-align: center;
}
.FriendsListBox-algorithm div{
    display: inline-block;
}
.FriendsListBox-algorithm div:first-child p:first-child{
    font-family: PingFang-SC-Bold;
    font-size: 48px;
    font-weight: bold;
}
.FriendsListBox-algorithm div:first-child p:first-child em{
    display: inline-block;
    font-family: PingFang-SC-Bold;
    font-size: 36px;
    color: #2e2c2f;
    font-weight: bold;
}
.FriendsListBox-algorithm div:last-child p:first-child{
    font-family: PingFang-SC-Bold;
    font-size: 36px;
    color: #2e2c2f;
    font-weight: bold;
}
.FriendsListBox-algorithm div p:last-child{
    font-family: PingFang-SC-Medium;
    font-size: 21px;
    color: #79767b;
}
.FriendsListBox-algorithm div:nth-child(3){
    vertical-align: top;
    text-align: center;
}
.FriendsListBox-algorithm div:nth-child(3) p:last-child{
    margin-top: 8px;
}
.FriendsListBox-algorithm-yuan{
    color: #787679;
    font-size: 19px;
    font-weight: normal;
}
.FriendsListBox-algorithm-equal{
    color: #d7d3d7;
    font-size: 19px;
    margin: 0 23px 0 20px;
}
.FriendsListBox-algorithm-Number{
    width: 74px;
    margin: 0 auto;
    height: 53px;
}
.FriendsListBox-algorithm-Number img{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.FriendsListBox-algorithm-ride{
    font-size: 17px;
    margin: 0 21px 0 41px;
}
.FriendsListBox-algorithm-equal,.FriendsListBox-algorithm-ride{
    display: inline-block;
    vertical-align: top;
    margin-top: 27px;
}
.FriendsListBox-text{
    font-family: PingFang-SC-Medium;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin: 32px 0 66px 0;
    font-weight: 500;
}
.FriendsListBox-text em{
    color: #de4265;
}
.FriendsListBox-InviteFriends{
    width: 634px;
    margin: 0 auto;
    /*height: 214px;*/
    background-color: #f7f3ff;
    border-radius: 10px;
    padding: 48px 0 29px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.FriendsListBox-InviteFriends p:first-child{
    z-index: 90;
    position: absolute;
    left: 27%;
    top: -12.3%;
}
.FriendsListBox-InviteFriends table{
    width: 430px;
    margin: 0 auto;
}
.FriendsListBox-InviteFriends table thead td{
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    color: #838288;
}
.FriendsListBox-InviteFriends table thead tr{
    height: 20px;
}
.FriendsListBox-InviteFriends table tbody tr{
    line-height: 35px;
}
.FriendsListBox-InviteFriends table tbody tr td{
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #838288;
}
.FriendsListBox-InviteFriends-ul{
    width: 560px;
    margin: 0 auto;
}
.FriendsListBox-InviteFriends-ul ul{
    float: left;
    width: 33.333%;
}
.FriendsListBox-InviteFriends-ul ul li{
    text-align: center;
    margin-bottom: 29px;
    line-height: 16px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #838288;
}
.FriendsListBox-InviteFriends-ul ul li:last-child{
    margin-bottom: 0;
}
.FriendsListBox-InviteFriends-ul ul li:first-child{
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    line-height: 20px;
    color: #838288;
    margin-bottom: 20px;
}
.FriendsListBox-algorithm-Discount{
    width: 398px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    background: url("./../image/admin/Discount.png?v=20190801110807") no-repeat 100% 100%;
    background-size: 100% 100%;
    margin: 29px auto;
}

/*缂傚倷绶ら幏鐑芥煟閹惧啿顒㈤柟顖氬�垮娲箵閹烘挾鈹涢梺鍝ュУ椤牓鎯屾ィ鍐╃厱婵炲棙鍔曢悘閬嶆煙娴兼瑧绋荤紒瀣樀閺佹捇鎮惧畝鈧崡姘箾閸℃绠崇痪顓ㄦ嫹闂備礁鎼悧鍡欑矓鐎涙ɑ鍙忛柨鐕傛嫹*/
.GiftPurchase{
    width: 100%;
    height: auto;
    overflow-y: hidden;
    margin-top: 150px;
}
.GP-top{
    width: 100%;
    /*height: 878px;*/
    height: auto;
    background: url("./../image/admin/lipincaigou-banner.png?v=20190801110807") no-repeat 100% 100%;
    background-size: 100%;
    background-position: top;
    position: relative;
}
.GP-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.GP-box>p:first-child>span:first-child{
    width: 166px;
    height: 51px;
}
.GP-box p:first-child span:first-child img{
    width: 100%;
    height: 100%;
}
.GP-box p:first-child span:last-child button{
    display: inline-block;
    width: 113px;
    height: 30px;
    border-radius: 15px;
    border: solid 2px #fff;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
}
.GP-box p:first-child span:last-child button:active{
    opacity: 0.5;
}
.GP-box p:first-child span:last-child button:first-child{
    background-color: #fff;
    color: #808080;
}
.GP-box p:first-child span:last-child button:last-child{
    background-color: #fff;
    margin-left: 30px;
    color: #808080;
}
.GP-box-text{
    margin-top: 122px;
    color: #fff;
}
.GP-box-text h1{
    text-shadow: 2px 1px 0px #ff009b;
    font-family: SourceHanSansCN-Bold;
    font-size: 56px;
}
.GP-box-text p{
    font-family: SourceHanSansCN-Light;
    font-size: 28px;
    margin-top: 36px;
    font-weight: 100;
}
.GP-box-text div{
    width: 604px;
    margin-top: 60px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    opacity: 0.87;
    text-align: justify;
    line-height: 29px;
    font-weight: 100;
}
.GP-box-list{
    margin-top: 154px;
    height: 352px;
}
.GP-box-list ul li{
    width: 285px;
    height: 352px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px
    rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-right: 18px;
    float: left;
    overflow: hidden;
}
.GP-box-list ul li:last-child{
    margin-right: 0;
}
.GP-box-list ul li div{
    width: 100%;
    height: 100%;
    padding: 24px 42px 0 51px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.GP-box-list ul li:first-child div{
    background: url("./../image/admin/jiangchengben-bg.png?v=20190801110807") no-repeat 100% 100%;
    background-size: 100% 100%;
}
.GP-box-list ul li:nth-child(2) div{
    background: url("./../image/admin/qukucun-bg.png?v=20190801110807") no-repeat 100% 100%;
    background-size: 100% 100%;
}
.GP-box-list ul li:nth-child(3) div{
    background: url("./../image/admin/pinzhi-bg.png?v=20190801110807") no-repeat 100% 100%;
    background-size: 100% 100%;
}
.GP-box-list ul li:last-child div{
    background: url("./../image/admin/xuanze-bg.png?v=20190801110807") no-repeat 100% 100%;
    background-size: 100% 100%;
}
.GP-box-list ul li div img{
    /*width: 54px;*/
    /*height: 62px;*/
}
.GP-box-list ul li div h2{
    font-family: MicrosoftYaHei;
    font-size: 28px;
    color: #222;
    margin-top: 31px;
}
.GP-box-list ul li div p:nth-child(3){
    width: 134px;
    height: 8px;
    border-radius: 3px;
    margin: 23px 0;
    opacity: 0.2;
}
.GP-box-list ul li div p.xian1{
    background-color: #fef1f2;
    opacity: unset;
}
.GP-box-list ul li div p.xian2{
    background-color: #8ae7cf;
}
.GP-box-list ul li div p.xian3{
    background-color: #b47ce8;
}
.GP-box-list ul li div p.xian4{
    background-color: #33a4fe;
}
.GP-box-list ul li div p:last-child{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}
.GP-box-list-problem{
    margin-top: 76px;
}
.GP-box-list-problem>p:first-child{
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 42px;
    color: #333;
    margin-bottom: 57px;
    font-weight: bold;
}
.GP-box-list-problem-box div{
    display: inline-block;
}
.GP-box-list-problem-box div:first-child{
    width: 462px;
    height: 321px;
    vertical-align: top;
    margin-top: 82px;
}
.GP-box-list-problem-box div:first-child img{
    width: 100%;
    height: 100%;
}
.GP-box-list-problem-box div:last-child{
    width: 487px;
    height: auto;
    margin-left: 47px;
}
.GP-box-list-problem-box div:last-child p{
    line-height: 39px;
    font-family: SourceHanSansCN-Medium;
    font-size: 49px;
    color: #999;
    margin-bottom: 76px;
    position: relative;
}
.GP-box-list-problem-box div:last-child p:last-child{
    margin-bottom: 0;
}
.GP-box-list-problem-box div:last-child p:before{
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 23px;
    height: 23px;
    border: 8px solid #e7e7e7;
    background-color: #ff84d4;
    border-radius: 100%;
    margin-right: 40px;
}
.GP-box-list-problem-box div:last-child p:after{
    display: inline-block;
    content: "";
    height: 104px;
    border: 1px dashed #e7e7e7;
    position: absolute;
    top: 88%;
    left: 4%;
}
.GP-box-list-problem-box div:last-child p:last-child:after{
    display: none;
}
.GP-box-list-problem-box div:last-child p span{
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333;
    margin-left: 30px;
}
.GP-box-LowerCosts{
    /*background: url("./../image/admin/undraw_trip_dve.png?v=20190801110807") no-repeat 100% 100%;*/
    /*background-size: 100% 560px;*/
    margin-top: 138px;
}
.GP-box-LowerCosts>p:first-child{
    font-family: MicrosoftYaHei;
    font-size: 42px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.GP-box-LowerCosts>p:nth-child(2){
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #434175;
    margin-top: 47px;
    text-align: center;
    margin-bottom: 49px;
}
.GP-box-LowerCosts>p:nth-child(2) span{
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #434175;
    margin-right: 19px;
}
.GP-box-LowerCosts-table{
    width: 1006px;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 49px 0px
    rgba(146, 137, 255, 0.22);
    border-radius: 30px;
    overflow: hidden;
    padding: 46px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.GP-box-LowerCosts-table-ul{
    width: 837px;
    margin: 0 auto;
}
.GP-box-LowerCosts-table-ul ul{
    float: left;
    width: 33.3%;
}
.GP-box-LowerCosts-table-ul ul li{
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 20px;
    color: #4d4d4d;
    margin-bottom: 36px;
}
.GP-box-LowerCosts-table-ul ul li p{
    line-height: 20px;
    margin-bottom: 18px;
}
.GP-box-LowerCosts-table-ul ul li p:last-child{
    margin-bottom: 0;
}
.GP-box-LowerCosts-table-ul ul:first-child li{
    color: #808080;
}
.GP-box-LowerCosts-table-ul ul:first-child li:nth-child(2){
    margin-bottom: 75px;
}
.GP-box-LowerCosts-table-ul ul li:last-child{
    margin-bottom: 0;
}
.GP-box-LowerCosts-table-ul ul li:first-child{
    font-family: MicrosoftYaHei;
    font-size: 30px;
    line-height: 30px;
    color: #333;
}
.GP-top-b-bg{
    width: 100%;
    height: 560px;
    background: url("./../image/admin/undraw_trip_dve.png?v=20190801110807") no-repeat 100%;
    background-size: 100% 100%;
    position: absolute;
    bottom: -54px;
    left: 0;
    z-index: -1;
}
.QualityAssurance{
    width: 100%;
    height: auto;
    background: white;
    margin-top: 40px;
    padding: 109px 0 101px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.QA-box{
    width: 1200px;
    margin: 0 auto;
}
.QA-box>p:first-child{
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #434175;
    text-align: center;
}
.QA-box>p:first-child span{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #434175;
    margin-left: 20px;
}
.QA-box-PK{
    margin-top: 49px;
    font-size: 0;
}
.QA-box-PK div{
    display: inline-block;
    position: relative;
}
.QA-box-PK div ul li{
    width: 280px;
    height: 323px;
    float: left;
}
.QA-box-PK div ul li:last-child{
    margin-left: 10px;
    position: relative;
}
.QA-box-PK div ul li:last-child span{
    width: 127px;
    height: 63px;
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.QA-box-PK div ul li:last-child span img{
    width: 100%;
    height: 100%;
}
.QA-box-PK div ul li p{
    text-align: center;
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    color: #413f46;
    margin-top: 37px;
}
.QA-box-PK div ul li img{
    width: 100%;
    height: 100%;
}
.QA-box-PK div:first-child{
    margin-right: 60px;
}
.QA-box-PK-div{
    width: 86px;
    line-height: 86px;
    background-color: #ff0056;
    border-radius: 100%;
    font-family: SourceHanSansCN-Medium;
    font-size: 47px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 242px;
}
.Destocking{
    width: 100%;
    /*height: 450px;*/
    background: url("./../image/admin/undraw_trip_dvp.png?v=20190801110807") no-repeat 100%;
    background-size: 100% 100%;
}
.Destocking_box{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 49px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 0;
}
.Destocking_box>p:first-child{
    font-family: MicrosoftYaHei;
    font-size: 36px;
}
.Destocking_box>p:first-child span{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    margin-left: 18px;
}
.Destocking_box div{
    margin-top: 80px;
    margin-left: 50px;
}
.Destocking_box div span{
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    margin-bottom: 38px;
    line-height: 28px;
}
.Destocking_box div p{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 55px;
}
.Destocking_box div p:last-child{
    margin-bottom: 0;
}
.MultipleChoice{
    width: 100%;
    height: auto;
    overflow-y: hidden;
    position: relative;
    background: url("./../image/admin/undraw_trip_dvm.png?v=20190801110807") no-repeat bottom #fff;
}
.MCBox{
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 110px 0 134px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MCBox>p:first-child{
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #434175;
    text-align: center;
    margin-bottom: 75px;
}
.MCBox>p:first-child span{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #434175;
    margin-left: 21px;
}
.MCBox-center{
    width: 1022px;
    margin: 0 auto;
    font-size: 0;
}
.MCBox-center div{
    display: inline-block;
}
.MCBox-left{
    width: 514px;
    height: auto;
    box-shadow: 0px 0px 40px 0px
    rgba(246, 141, 146, 0.2);
    border-radius: 10px;
    padding: 20px 19px 0 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MCBox-right{
    width: 426px;
    height: 635px;
    box-shadow: 0px 0px 40px 0px
    rgba(246, 141, 146, 0.2);
    border-radius: 10px;
    vertical-align: top;
    margin-left: 81px;
    text-align: center;
    padding: 19px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MCBox-left>p:first-child,.MCBox-right>p:first-child{
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    color: #ff2832;
}
.MCBox-left>p:first-child{
    margin-bottom: 29px;
}
.MCBox-left div:nth-child(2){
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MCBox-left div{
    padding: 19px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #eee;
}
.MCBox-left div:last-child{
    border-bottom: none;
}
.MCBox-left div span{
    display: inline-block;
    line-height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #666;
}
.MCBox-left div ul{
    margin-top: 20px;
    margin-left: 35px;
}
.MCBox-left div ul li{
    width: 114px;
    height: 114px;
    float: left;
    margin-right: 41px;
}
.MCBox-left div ul li:last-child{
    margin-right: 0;
}
.MCBox-left div ul li img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.MCBox-right div{
    width: 360px;
    /*height: 184px;*/
    border-radius: 10px;
    border: dashed 1px #e5007f;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #ff2832;
    padding: 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MCBox-right div p{
    width: 264px;
    margin: 0 auto;
    line-height: 48px;
}
.MCBox-right div:nth-child(2){
    margin-top: 89px;
    margin-bottom: 48px;
}
.DeliverGoods{
    margin-top: 103px;
}
.DeliverGoods>p:first-child{
    font-family: MicrosoftYaHei;
    font-size: 42px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.DG-list ul li{
    float: left;
    width: 265px;
    height: 299px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px
    rgba(246, 141, 146, 0.2);
    border-radius: 30px;
    text-align: center;
    padding-top: 49px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 46px;
}
.DG-list ul li:last-child{
    margin-right: 0;
}
.DG-list ul li img{
    width: 111px;
    height: 111px;
}
.DG-list ul li p{
    margin-top: 60px;
    font-family: SourceHanSansCN-Normal;
    font-size: 24px;
    color: #666;
    line-height: 24px;
}
.advantage{
    margin-top: 108px;
    text-align: center;
}
.advantage>p:first-child{
    font-family: MicrosoftYaHei;
    font-size: 42px;
    color: #333333;
    text-align: center;
    margin-bottom: 55px;
    font-weight: bold;
}
.advantage div{
    width: 730px;
    margin: 0 auto;
    height: 380px;
    background-color: #fff;
    box-shadow: 0px 4px 49px 0px
    rgba(146, 137, 255, 0.22);
    border-radius: 30px;
    padding: 29px 0 66px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advantage div h5{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 19px;
    line-height: 24px;
}
.advantage div p{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color:#666666;
    margin-bottom: 48px;
    line-height: 18px;
}
.advantage div p:last-child{
    margin-bottom: 0;
}

.notifyCount{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top:12px;
    right:-18px;
    background-color: #fff;
    color:#ff2832;
    border-radius: 50%;
}

/*鐎规悶鍎卞畷鐔煎箵閹邦亝鍞�*/
.jobSubmission-box{
    width: 100%;
    height: auto;
    background-color: #fff;
    border: solid 1px #eaeaea;
    padding: 28px 0 30px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jobSubmission-box p{
    margin-bottom: 19px;
}
.jobSubmission-box p span{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}
.jobSubmission-box p span:before{
    display: inline-block;
    content: "*";
    font-size: 14px;
    color: #ff2832;
    margin-right: 10px;
}
.jobSubmission-box p select{
    width: 100px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
}
.jobSubmission-box p textarea{
    width: 342px;
    height: 161px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    resize: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jobSubmission-box p input{
    width: 180px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jobSubmission-box div.Enclosure{
    margin-left: 16px;
}
.jobSubmission-box div i{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
    margin-right: 9px;
}
.jobSubmission-box div button{
    width: 95px;
    height: 30px;
    background-color: #ffdaed;
    border-radius: 3px;
    border: solid 1px #ff9ed1;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ff2832;
}
.jobSubmission-box div button:active{
    opacity: 0.5;
}
.jobSubmission-box div.Enclosure div{
    display: block;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 73px;
}
.jobSubmission-box div.Enclosure div p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    margin-bottom: 0;
}
.jobSubmission-box div.Enclosure div p em{
    color: #ff2832;
}
.update-pic{
    margin-left: 17px;
    margin-top: 30px;
}
.update-pic i{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
}
.jobSubmission-box .update-pic button{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: solid 1px #bfbfbf;
    font-size: 48px;
    text-align: center;
    color: black;
}
.update-pic p{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999;
    margin-left: 72px;
    margin-top: 13px;
    margin-bottom: 0;
}
.update-pic p em{
    color: #ff2832;
}
.update-pic p:last-child{
    margin-top: 0;
}
.confirm-tj{
    border: none;
    width: 108px;
    height: 34px;
    background-color: #ff2832;
    border-radius: 5px;
    margin: 32px 0 0 79px;
    color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.confirm-tj:active{
    opacity: 0.5;
}
/*鐠併垹宕熺拠锔藉剰*/
.OrderDetails-right{
    float: right;
    width: 838px;
}
.OrderDetails-right h1{
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.OrderDetails-right h1 span{
    color: #333;
}
.OrderDetails-right h1:before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 3px;
    height: 12px;
    background-color: #ff2832;
    margin-right: 11px;
}
.OrderDetails-r-div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.OrderDetails-r-Item{
    width: 100%;
    background-color: #fff;
    border: solid 1px #eaeaea;
    margin-bottom: 12px;
}
.OrderDetails-r-Item:last-child{
    margin-bottom: 0;
}
.OrderDetails-r-Item>p:first-child{
    font-size: 14px;
    color: #333;
    line-height: 61px;
    padding: 0 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.OrderDetails-r-Item>p:first-child span{
    display: inline-block;
    margin-left: 102px;
}
.OrderDetails-r-Item>p:first-child i{
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
}
.OrderDetails-r-Item>p:first-child i.Upactive{
    transform: rotate(90deg);
}
.OrderDetails-r-Item>p:first-child i:active{
    opacity: 0.5;
}
.OD-r-box{
    padding: 20px 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: hidden;
    border-top: solid 1px #eaeaea;
}
.OD-r-box ul li{
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-bottom: 15px;
}
.OD-r-box ul li:last-child{
    margin-bottom: 0;
}
.OD-r-box ul li span{
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    margin-right: 77px;
}
.OD-r-box ul li span:last-child{
    margin-right: 0;
}
.OD-r-box table{
    width: 100%;
    border: solid 1px #ebebeb;
    margin-top: 23px;
}
.OD-r-box table thead{
    background-color: #ebebeb;
    font-size: 14px;
    color: #333;
}
.OD-r-box table thead tr td{
    text-align: center;
    height: 37px;
}
.OD-r-box table tbody tr td:first-child{
    width: 295px;
}
.OD-r-box table tbody tr td:first-child div{
    width: 56px;
    height: 56px;
    background: #7f7f7f;
    overflow: hidden;
    margin: 11px 16px;
}
.OD-r-box table tbody tr td:first-child div img{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.OD-r-box table tbody tr td:first-child p{
    width: 145px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 23px 0;
}
.OD-r-box table tbody tr td{
    text-align: center;
}
.OrderDetails-right button{
    border: none;
    width: 122px;
    height: 43px;
    background-color: #ff2832;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 36px 42px 0 0;
}
.OrderDetails-right button:active{
    opacity: 0.5;
}

/*涓汉涓績鍚庡彴--蹇�掍环鏍煎垪琛�*/
.show-price{
    margin-top: 20px;
    position: relative;
    text-align: center;
    z-index: 9;
}
.show-price>p{
    text-align: center;
    font-size:14px;
    display: inline-block;
}
.show-price img{
    margin-left: 5px;
    display: inline-block;
}
.show-price .price-list{
    position: absolute;
    left: 90%;
    top: -5px;
    min-width:310px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color:white;
    padding:5px 10px;
    border-radius: 4px;
    display: none;
    opacity: 0;
}
.show-price:hover .price-list{
    display: block;
    opacity: 1;
}
.show-price .price-list p{
    line-height: 35px;
}
.show-price .price-list p *{
    font-size:14px;
}
.show-price .price-list p span:last-child{
    margin-left:20px;
}
.show-price .price-list p span:last-child em{
    color:#f73043;
    font-style: normal;
}
.show-price .price-list:before{
    position: absolute;
    left: -12px;
    top: 10px;
    transform:rotate(90deg) ;
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    display: inline-block;
    vertical-align: middle;
    content: '';
}