/* CSS Document */
/*index*/
.wp{ width:1200px; margin:0 auto;}
.header{ position:relative; z-index:9;}
.top{ height:50px; line-height:50px; background-color:#fff; border-bottom:1px solid #E7F3F4; }

.top .wel{ width:400px; line-height:50px;}
.toplink{ width:600px; text-align:right;}
.toplink a{ font-size: 16px; padding: 8px 18px; margin-left: 15px; display: inline-block; line-height: 1;}
.toplink2{ font-size: 16px;}
.toplink2 a{ display: inline-block; margin-left: 26px; line-height: 50px;}
.toplink2 .btn{ color: #E44343;}
.toplink2 .btn .icon{ width: 34px; height: 34px; margin-right: 12px;}
.toplink2 .btn .val{}
.toplink2 a:hover{color: #c33; }

.loarea{ height:100px;}
.logo{ width:300px; display:inline-block;  padding-top:20px;}
.logo img{ width:auto; height:59px;}

.search{ width:150px; padding:0px 46px 0 0; border:1px solid #E44343; background-color:#FFF9F9;margin-top:34px;  height:36px; position: relative;}
.search .text{ display:block; float:left; width:140px; height:36px; font-size:16px; color:#666; padding-left:10px; line-height:36px; background:none;}
.search .tj{ text-align: center; font-size: 20px; line-height: 36px; width:46px; height:36px; cursor:pointer; position: absolute; right: 0; top: 0;}
.search .tj:hover{ color: #c33;}

.navul{ height:100px; margin-right: 30px; }
.navul li{ float:left; position:relative;}
.navul li>a{line-height:100px; height:100px; font-size: 16px; padding:0 16px; display:inline-block;}
.navul li:hover>a,.act_nav{ color:#E44343 !important;}

.subnav{ position:absolute; left:0%; top:80px;background:#fff; width:100%;  padding:0;  display:none; z-index:999; overflow:hidden; -webkit-box-shadow:2px 2px 4px 0 #ccc; -moz-box-shadow:2px 2px 4px 0 #ccc; -ms-box-shadow:2px 2px 4px 0 #ccc;-o-box-shadow:2px 2px 4px 0 #ccc; box-shadow:2px 2px 4px 0 #ccc; }
.subnav .nr{ padding: 10px 0}
.subnav .nr a{text-align:center !important; display: block; padding: 8px 10px; line-height: 1.4;   font-size:14px !important; color:#666;}
.subnav .nr a:hover{  color:#E44343 !important;}

.banner{ position:relative; margin:0 auto; z-index:2; width: 700px; border-radius:8px ; -webkit-border-radius:8px ; -moz-border-radius:8px ; -ms-border-radius:8px ; -o-border-radius:8px ; overflow: hidden; }
.banner .bd{ position:relative; z-index:0;}
.banner .bd li a{ display:block; font-size:0;  height:448px; }
.banner .bd li a img{ width:100%; height: 448px; }
.banner .hd{ z-index:1;   text-align:center; width: 100%; bottom: 20px; position: absolute; left: 0;  z-index: 10; }
.banner .hd ul{ text-align:center;  padding-top:0px; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; margin:0 5px; background:#fff; overflow:hidden; font-size:0; border-radius: 50%; -webkit-border-radius:; -moz-border-radius:; -ms-border-radius:; -o-border-radius:; }
.banner .hd ul .on{ background:#E44343;}
.banner .prev,.banner .next{ z-index:1; display:block; width:54px; height:54px; position:absolute;   filter:alpha(opacity=80);opacity:0.8; top:50%; margin-top:-27px;}
.banner .prev{ left:3%; background:url(/public/static/images/icon/prev.png) center center no-repeat;}
.banner .next{  background:url(/public/static/images/icon/next.png) center center no-repeat; right:3%  }
.banner .prev:hover,.banner .next:hover{ filter:alpha(opacity=100);opacity:1 }

/**/
.main{ position: relative;background-color: #f8f8f8;}
.main::before,.main::after{ content: ""; display: block; width: 100%; position: absolute; left: 0; }
.main::before{ height: 684px;  background: url(/public/static/images/h_bg01.png) center top no-repeat; top: 0;}
.main::after{height: 1773px;  background: url(/public/static/images/h_bg02.png) center bottom no-repeat; bottom: 0;}
/**/
.mainWrap{ position: relative; z-index: 2;}
.mainA{padding-top:15px;}
.mainA .column1{ width: 246px; float: left;}
.mainA .column2{ width: 700px; float: left; margin: 0 4px;}
.mainA .column3{ width: 246px; float: right;}

.hhotServer{ border-radius: 8px;position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px;  }
.h_tit1{ background: #E44343; padding: 18px 0; border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -ms-border-radius: 10px 10px 0 0; -o-border-radius: 10px 10px 0 0; }
.h_tit1 .icon,.h_tit1 .val{ display: inline-block; vertical-align: middle;}
.h_tit1 .icon{ height: 36px; margin-right: 20px;}
.h_tit1 .val{ font-size: 18px; color: #fff;}

.hhsul{ border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; }
.hhsItem{ }
.hhsItem>a{ display: block; position: relative; padding: 37px 40px 37px 48px;}
.hhsItem>a .iconfont{ position: absolute; right: 20px; top: 50%; margin-top: -20px; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 28px; color: #999;  }
.hhsItem .p1{ font-size: 18px;}
.hhsItem .p1 .icon,.hhsItem .p1 .val{display: inline-block; vertical-align: middle;}
.hhsItem .p1 .icon{ height: 30px; margin-right: 15px;}
.hhsItem .p1 .val{ font-size: 18px; }
.hhsItem .p2{ font-size: 14px; color: #666; margin-top: 5px;}
.hhsItem:hover>a,.act_hh a{ background-color: #fafafa !important;}

.hhLay{ left: 100%; top: 0;z-index: 10; position: absolute; display: none;}
.hhLay .wrap{ margin-left: 4px;  background-color: rgba(0, 0, 0, .4); width: 700px ; height: 605.5px; position: relative;}
.hhLay .wrap::after{ content: ""; display: block; background-color: #000; position: absolute; left: 0; top: 0; width: 100%; height: 90px; padding: 20px 0;}
.hh_tit{ font-size: 0; margin:  0 50px; padding-top: 20px; position: relative; z-index: 2;}
.hh_tit span{ font-size: 18px; line-height: 30px; display: inline-block; margin-right: 20px; position: relative; padding: 10px 0; position: relative; color: #fff; cursor: pointer;}
.hh_tit span::after{ content: ""; display: block; width: 2em; height: 2px; background-color: transparent; position: absolute; left: 50%; margin-left: -1em; bottom: 0; cursor: pointer;}
.hh_tit span:hover,.act_hh{ font-size: 20px; color: #E44343 !important;}
.hh_tit span:hover::after,.act_hh::after{background-color: #E44343 !important; color: #E44343 !important;}
.hh_tit{}
.hh_tit .morea{ margin-top: 16px; font-size: 14px; color: #fff;}
.hh_con{ position: relative; z-index: 10;margin:  8px 50px 0;}
.hhbox{ overflow: hidden; display: none;}
.hhbox .sortLetter{padding: 0; background-color: transparent;}
.hhbox .sortLetter span{ font-size: 13px; margin-right: 8px; color: #fff; cursor: pointer;}
.hhbox .sllistul{ padding: 0 0px; margin: 0 -10px;}
.hhbox .sllistul li{ display: inline-block; width: 16.66%; text-align: center; margin: 0 0 20px;}
.hhbox .sllistul li a{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.hhbox .sllistul li a .tp{ border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.hhbox .sllistul li a .tit{ font-size: 16px; color: #fff; text-align: center;}
.hhLay .wrap2{ width: 208px; position: relative; height: 158px; padding: 0px 20px 0px 40px; margin-left: -10px;}
.hhLay .wrap2 .tp{ width: 100%; position: absolute; width: 100%; left: 0;}
.hhLay .wrap2 p{ color: #fff; font-size: 16px; color: #999; padding-top: 115px; position: relative; z-index: 10;}
.hhsItemNothing { position: relative }

.hcounts{ margin-top: 4px; padding: 5px 0 0; border-radius: 8px 8px 40px 40px;  -webkit-border-radius: 8px 8px 40px 40px; -moz-border-radius: 8px 8px 40px 40px; -ms-border-radius: 8px 8px 40px 40px; -o-border-radius: 8px 8px 40px 40px; }
.hcounts .list1{ padding: 24px 0; text-align: center; font-size: 16px;letter-spacing: 2px;}
.hcounts .list1 .tp{margin-right: 36px;}
.hcounts .list1 .num{ display: inline-block;  font-size: 20px; }
.hcountsul{ border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; background-color: #121E39; padding: 18px 0; text-align: center; font-size: 0; }
.hcountsul li{ font-size: 16px; color: #fff; display: inline-block; width: 33.33%; background: url(/public/static/images/icon/culine01.png) right center no-repeat;}
.hcountsul li .val{ font-size: 18px; color: #E44343; margin-left: 15px;}

.hOpa{ padding: 22px 22px 27px ;}
.havatar{}
.havatar .tp{ width: 66px; height: 66px; float: left; margin-right: 22px;}
.havatar .des{ font-size: 16px; float: left; margin-top: 18px;}
.havatar .des a{ display: inline-block;}
.havatar .des a:hover{ color: #E44343;}
.havatar .des .cutline{ margin: 0 10px;}
/*/登录后*/
.havatar .ltr{ font-size: 14px; float: left;color: #8f8f8f;margin-top: 5px;}
.opaSbtns{ margin-top: 16px;}
.opaSbtns .list1{}
.opaSbtns .sbtn{ width: 100%; display: block; margin-bottom: 10px; padding: 10px 0; font-size: 16px;}
.opaSbtns .sbtn::before{  font-size: 24px; margin-right: 10px; display: inline-block; line-height: 1;}
.hprove{}
.hprove .list{ margin-bottom: 5px; padding: 2px 0;}
.hprove .list .attrmc{ font-size: 16px; color: #666; padding: 2px 0;}
.hprove .list .attrval{ position: relative; border: 1px solid #121E39;}
.hprove .text{ display: block; padding: 0 70px 0 10px; width: 120px; height: 36px; line-height: 36px; font-size: 16px;}
.hprove .sbtn{ position: absolute; right: 0; bottom: 0; width: 70px; height: 36px; font-size: 16px;}

.h_tit2{border-bottom: 1px solid #E8E8E8 ; padding: 8px 0;}
.h_tit2 .mc{}
.h_tit2 .mc .icon,.h_tit2 .mc .val,.morea .val,.morea .arr{ display: inline-block; vertical-align: middle;}
.h_tit2 .mc .icon{ height: 24px; margin-right: 8px;}
.h_tit2 .mc .val{ font-size: 18px;}
.h_tit2 .morea{ margin-top: 5px;}
.morea{color: #999;}
.morea .val{ font-size: 16px; }
.morea .arr{ font-size: 20px; line-height: 1; }
.morea:hover{color: #E44343;}
.hnotice{ padding:  0 10px 0px; margin-top: 4px;}

.hnoticeSlide{  overflow:hidden; position:relative; padding: 14px 0;   }
.hnoticeSlide .bd{   }
.hnoticeul{}
.hnoticeul li{}
.hnoticeul li a{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size: 16px; color: #999; display: block; padding: 1px 0; }
.hnoticeul li a:hover{}

.h_tip .wp{ padding: 10px 0;}
.h_tip .mc{ width: 160px; margin-right: 6px; display: block; text-align: right;}
.h_tip .mc .val{ font-size: 16px;}
.h_tip .mc .icon{ height: 23px; margin-right: 10px;}
.htSlide{ width: 1000px; float: right; margin:2px 30px 0 0; }
.htSlide .bd{ }
.htSlide .bd .tempWrap{ width:1000px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.htSlide .bd ul{ overflow:hidden; zoom:1; }
.htSlide .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.htSlide .bd ul li span{ color:#999;  }

.h_advan{}
.h_advan .wp{ overflow: hidden;}
.hadvanul{ margin-right: -1%;}
.hadvanul li{ width: 32.33%; margin:  0 1% 0 0; float: left; border-radius:8px ; -webkit-border-radius:8px ; -moz-border-radius:8px ; -ms-border-radius:8px ; -o-border-radius:8px ; overflow: hidden; position: relative; }
.hadvanul .tparea{ font-size: 0;}
.hadvanul .tparea .tp{ height: 204px;}
.hadvanul .des{ position: absolute ; width: 100%; background-color: rgba(255, 255, 255, .8); left: 0; top: 0; border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0;  -ms-border-:; radius:; -o-border-radius: 8px 8px 0 0; -ms-border-radius: 8px 8px 0 0; }
.hadvanul .des .tit{padding: 8px 17px;}
.hadvanul .des .tit .icon{ height: 19px;}

.mainB{}
.mainB .partl{ width: 888px;}
.mainB .partr{ width: 290px;}
.h_tit5{ padding: 32px 0;}
.h_tit5 .mc{ font-size: 0; display: inline-block;}
.h_tit5 .mc .tp{ height: 43px;}
.h_tit5 .morea{}
.h_tit5 .morea .val{ font-style: italic;}
.hbTab{ position: relative;}
.hb_tit{ position: absolute; left: 190px; top: -74px;}
.hb_tit span{ display: inline-block; line-height: 40px; font-size: 16px; padding: 0 12px; color: #666;}
.hb_tit span:hover,.act_hb{ color: #E44343 !important; font-size: 20px !important;}
.hbbox{ overflow: hidden; display: none;}
.hbul{ margin-right: -2%;}
.hbul li{ width: 31.33%; float: left; margin: 0 2% 22px 0;}
.hbItem a{ display: block; background-color: #fff; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; overflow: hidden; }
.hbItem .tparea{ font-size: 0;}
.hbItem .tparea .tp{ height: 155px; width: 100%;}
.hbItem .des{ padding: 15px;}
.hbItem .des .nr{ font-size: 16px; line-height: 1.5; color: #666; height: 72px; overflow: hidden;}
.hbItem .des .nr .name{ padding: 2px 10px; line-height: 1.4; margin-right: 15px;}
.hbItem .des .info{ margin-top: 10px;}
.hbItem .des .info .hot_time{ width: 50%; color: #999; float: left;}
.hbItem .des .info .hot_time .hot{ font-size: 14px;}
.hbItem .des .info .hot_time .hot::before{ margin-right: 8px; font-size: 18px; line-height: 1; vertical-align: middle; display: inline-block;color: #E44343;}
.hbItem .des .info .hot_time .time{ margin-top: 4px;}
.hbItem .des .info .price{color: #E44343; width: 50%; margin-top: 5px; font-size: 18px; text-align: right; float: right;}
.hbItem .des .info .price .unit{ font-size: 14px; line-height: 1; margin-right: 2px;}
.hbItem a:hover .nr{ color: #333;}
.hbItem a:hover .nr .sbtn{ color: #fff; background-color: #E44343;}

.h_dealed{ }
.h_dealed .h_tit5{ border-bottom: 1px solid #E8E8E8; margin: 0 18px;}
.hdealedulWrap{ padding: 22px 0 18px;}
/* .hdealedul{ height: 1364px; overflow-y: auto; } */
.hdealedul li{ padding: 15px 14px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.04); margin:0 18px 20px 18px;}
.hdealedul li::after{ display: block;
    font-size: 0;
    line-height:0;
    visibility: hidden;
    height: 0;
    clear: both;
    content: " ";  }
.hdealedItem{}
.hdealedItem .tparea{ display: block; width: 80px; position: relative; float: left;}
.hdealedItem .tparea .tp{ width: 100%; height: 74px;}
.hdealedItem .tparea .status{ position: absolute; left: -14px; top: -14px; width: 36px; height: 54px;}
.hdealedItem .des{ width: 110px; float: right;}
.hdealedItem .des .tit{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.hdealedItem .des .tit a{ color: #666;}
.hdealedItem .des .tit a:hover{ color: #E44343 ;}
.hdealedItem .des .p1{ margin-top: 2px; padding: 4px 0 4px 6px; color: #fff; background: url(/public/static/images/icon/bg01.png) right center no-repeat;}
.hdealedItem .des .info{ margin-top: 2px; line-height: 1; font-size: 12px; color: #999;}
.hdealedItem .des .info .time{}
.hdealedItem .des .info .morea2{ margin-left: 5px;}
.morea2{ color: #999;}
.morea2:hover{ color: #E44343;}

.h_advan2{ padding: 55px 0;}
.h_advan2 .wp{ overflow: hidden;}
.hadvanul2{ margin-right: -3%;}
.hadvanul2 li{ width: 22%; margin-right: 3%; float: left;}
.hadvanul2 .tp{ width: 44px; height: 44px; float: left; margin:8px 12px  0 0;}
.hadvanul2 .des{ width: ;}
.hadvanul2 .des .p1{ font-size: 16px;}
.hadvanul2 .des .p2{ font-size: 14px; color: #999; margin-top: 5px;}

.footer{ padding: 40px 0; font-size: 16px; color: #666; background-color: #2B2B2B;}
.flink{ color: #777; text-align: center;}
.flink a{ color: #777;}
.flink a:hover{ color: #fff;}
.flink .cutline{ margin: 0 4px;}
.copy{ margin-top: 10px; text-align: center;}
.copy .p1{padding: 10px 0;}
.copy a{ color: #666;}
.copy a:hover{ color: #fff;}

/* 注册页 */
.regPage{ background-size: cover; height: 100vh; background: url(/public/static/images/log_bg01.png) center center no-repeat; position: relative; }
.bgTp{ position: absolute; right: 0; bottom: 0; max-width: 20%; }

.rMain{ margin-top: -250px; position: fixed; width: 100%; left: 0; top: 50%;}
.rMain .tparea{ width: 366px; margin-top: 120px; float: left;}
.rMain .tparea .tp{ width: 100%;}
.rForm{  float: right;width: 400px; padding: 20px 45px; margin: 0 auto;}
.r_tit{ font-size: 0; text-align: center; border-bottom: 1px solid #EBEBEB; }
.r_tit span{ display: inline-block; color: #666; font-size: 20px; padding: 15px 0 ; position: relative; width: 50%;}
.r_tit span::after{ content: ""; height: 3px; background-color: #E44343; width: 0em; position: absolute; left: 50%; margin-left: -2em; bottom: 0;}
.r_tit span:hover,.act_r{ color: #333 !important;}
.r_tit span:hover::after,.act_r::after{ width: 4em !important;}
.r_con{}
.rbox{ display: none;}

.regForm{ padding: 20px 40px 15px 40px}
.regForm .item{ position: relative; margin-bottom: 10px; }
.regForm .text{ display: block; width: 270px; height: 50px; line-height: 50px; font-size: 14px; padding-left: 48px; color: #666; background-color: #EBEBEB; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
.regForm .item .icon{ display: inline-block; position: absolute; left: 10px; top: 0; color: #999; line-height: 50px; width: 35px; text-align: center; font-size: 20px;}
.regForm .item .icon .iconfont{ font-size: 18px;}
.revCode{ padding-right: 124px;}
.revCode .text{ width: 146px ;}
.revCodeBtn{ position: absolute; right: 0; top: 0; width: 115px; height: 50px; line-height: 50px; font-size: 14px; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border-width: 1px 1px 1px 0; cursor: pointer; border-radius:6px ; -webkit-border-radius:6px ; -moz-border-radius:6px ; -ms-border-radius:6px ; -o-border-radius:6px ; background-color: #E44343; }
.revCodeBtn:hover{ background-color: #c33;}
.revTpCode{ padding-right: 155px;}
.revTpCodeBtn{ position: absolute; right: 0; top: 0; width: 150px; height: 50px; cursor: pointer;}
.formConfirm{}
.formConfirm .sbtn{ font-size: 18px; padding: 10px 0;}
.rightlink{ color: #999;}
.rightlink a{ color: #E44343;}
.rightlink a:hover{ text-decoration: underline;}

.forgetOPa{ color: #999;}
.forgetOPa .remPwd{}
.forgetOPa .remPwd input{ margin-right: 5px;}
.forgetOPa .forPwd{}
.forgetOPa .forPwd a{}
.forgetOPa .forPwd a:hover{ text-decoration: underline;}
.forgetOPa .forPwd .cutline{ color: #ddd; margin:  0 10px;}


.formlogo{ }
.formlogo .tp{ height: 90px;}
/* 樱桃游戏网-个人中心 */
.i_main{min-height: 500px; background: #efeeef url(/public/static/images/mem_bg.png) top center no-repeat;}
.location{ padding: 14px 0;color:#666;}
.location a{ color:#666;}
.location .home{ margin-right: 12px;}
.location .home::before{ margin-right: 8px; font-size: 24px; color: #999; display: inline-block; line-height: 1; vertical-align: middle;}
.location a:hover{ color:#fff;}
.act_loca{ color:#fff !important;}
.location i{ margin:0 4px; font-style: normal; }

.mwrap{}
.m_l{ width: 246px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; overflow: hidden; min-height: 612px; }
.m_r{ width: 936px; min-height: 612px;background:#fff url(/public/static/images/tree.png) right bottom no-repeat ;}
.mnavName{ padding: 20px 0; background-color: #E44343; color: #fff; }
.mnavName .iconfont{  line-height: 1; font-size: 24px; margin-right: 15px;}
.mnavName .val{ font-size: 18px;}
.mnav{ padding: 30px 0;}
.mnav .item{ margin-bottom: 15px;}
.mnav .tit{ position: relative; font-size: 18px; color: #2c2c2c;}
.mnav .tit .arr{ position: absolute; right: 0; top: 0; display: inline-block; width: 40px; height: 40px; font-size: 24px; color: #999; line-height: 40px;}
.mnav .tit a{ display: block; position: relative; font-size: 18px; padding:5px 0 5px 70px;}
.mnav .tit a .iconfont{ font-size:26px; position: absolute; left:30px; top: 3px;  }
.mnav .tit:hover>a,.act_manvTit a{color: #E44343 !important; }

.mnav .nr{ font-size: 16px; display: none;}
.mnav .nr a{ display: block; color: #999;padding:8px 0 8px 65px; position: relative; }
.mnav .nr a:hover,.act_mnav{ color: #E44343 !important; }
.mnav .nr a:hover::after,.act_mnav::after{ content: ''; display: block; width: 4px; height: 16px; background-color: #E44343; position: absolute; left: 38px; top: 50%; margin-top: -8px; }

.memTop{padding: 54px 64px 80px; background: url(/public/static/images/mem_top.png) center top no-repeat;}
.memTop .avatar{ width: 250px;}
.memTop .avatar .tp{ width: 86px;float: left; height: 86px; margin-right: 22px;}
.memTop .avatar .des{ width: 120px; float: left; padding-top: 25px;}
.memTop .avatar .des .name{ font-weight: bold; font-size: 20px; color: #fff; }
.memTop .opa{ padding-top: 20px;}
.memTop .opa .sbtn{ font-size: 18px; padding: 10px 35px;}

.mAccount{ padding: 0 34px 34px; margin-top: -60px; position: relative; z-index: 2;}
.mAccount .item{ margin-bottom: 16px; padding: 20px 40px 30px; background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(158, 158, 158, 0.11);}
.mAccount .tit{ font-size: 18px; padding: 8px 0; color: #E44343;}
.mAccount .wrap{ }
.mAccount .maccountul{ width: 580px; float: left; }
.mAccount .maccountul li{ width: 33.33%; float: left; text-align: center;}
.mAccount .maccountul .p1{ font-size: 30px;}
.mAccount .maccountul .p2{ font-size: 18px; margin-top: 5px;}
.mAccount .opa{ width: 150px; float: right;}
.mAccount .opa .sbtn{ padding: 10px 44px; font-size: 18px;}

/* 樱桃游戏网-个人中心 - 基本信息 */
.m_tit{ background-color: #f4f4f4; padding: 0 50px;}
.m_tit .mc{ display: inline-block; margin-right: 60px; font-size: 18px; padding: 14px 0; position: relative; color: #666;}
.m_tit .mc::after{ content: ""; display: block; width: 0em; height: 3px; background-color: #E44343; position: absolute; left: 50%; margin-left: -2em; bottom: 8px;}
.act_mTit,.m_tit .mc:hover{ color: #333 !important;}
.act_mTit::after,.m_tit .mc:hover::after{ width: 4em !important;}

.mrRim{ padding: 40px 20px;}
.mForm{ width: 360px; padding: 60px 0; margin: 0 auto; }
.mForm .item{ margin-bottom: 22px;}
.mForm .attrmc{ display:inline-block; font-size: 16px; color: #666; margin-right: 10px; width: 100px; position: relative; float: left;}
.mForm .attrmc .required{ color: #f00; font-size: 16px; font-style: normal; position: absolute; left: -10px; top: 2px;}
.mForm .attrval{ padding-left: 110px;}
.mForm .text{ width: 220px; display: block; float: left; padding: 10px 15px; background-color: #f9f9f9;  border: 1px solid #ddd; color: #666; }
.mForm .bindTel .text{ width: 96px;}
.mForm .bindTel .sbtn{ float: right; font-size: 16px; padding:6px 12px; margin-left: 15px;}
.mForm .getCode .text{ width: 145px;}
.mForm .getCode .sbtn{ float: right; font-size: 16px; padding:6px 12px; margin-left: 5px;}
.mForm .formConfirm .sbtn{ padding: 18px; padding: 8px 70px;}

.mForm .upTp{}
.mForm .upTp .tp{ width:86px; height: 86px; float:left; text-align:center;margin-right: 20px;}
.mForm .upTp .opa{width:100px; height:32px; margin:28px auto 0; float: left; position:relative;}
.mForm .upTp .opa .btn1{ cursor:pointer; width:100px; height:32px; position:relative; z-index:6;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.mForm .upTp .opa .btn2{ cursor:pointer; position:absolute; left:0; top:0; width:100%; height:100%; font-size:12px; color:#fff; text-align:center; line-height:30px; cursor:pointer; display:inline-block; background:#283748; cursor:pointer;}
/* 樱桃游戏网-个人中心 - 实名认证 */
.authForm{ width: 360px; padding: 60px 0; margin: 0 auto;}
.authForm .auth{margin-bottom: 20px;}
.authForm .p1{ font-size: 16px; color: #666;}
.authForm .p1 .tip{ font-size: 14px; margin-left: 15px; color: #999;}
.authForm .upTp{ margin: 10px auto 0; width: 170px; overflow: hidden; }
.authForm .upTp .tp{ width:170px; height: 112px;}
.authForm .upTp .opa{ margin:0px auto 0;position:relative;}
.authForm .upTp .opa .btn1{ cursor:pointer; width:100%; height:100%;  position:relative; z-index:6;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; position:absolute; left:0; top:0;}
.authForm .upTp .opa .btn2{ cursor:pointer;font-size: 18px; padding: 10px 0; display: block; color:#fff; text-align:center; line-height:30px; cursor:pointer;  background:#283748; cursor:pointer;}
.authForm .limite{ font-size: 14px; margin: 10px 0 0 ; text-align: center; color: #999;}
.authForm .formConfirm .sbtn{ padding: 18px; padding: 8px 70px;}
.authForm .item{ margin-bottom: 22px;}
.authForm .attrmc{ display:inline-block; font-size: 16px; color: #666; margin-right: 10px; width: 100px; position: relative; float: left;}
.authForm .attrmc .required{ color: #f00; font-size: 16px; font-style: normal; position: absolute; left: -10px; top: 2px;}
.authForm .attrval{ padding-left: 110px;}
.authForm .text{ width: 220px; display: block; float: left; padding: 10px 15px; background-color: #f9f9f9;  border: 1px solid #ddd; color: #666; }

/* 樱桃游戏网-个人中心 -换绑手机号 */
.m_tit2{ font-size: 18px; padding: 40px 0; text-align: center;}
.mForm2{ width: 340px; padding: 00px 0; margin: 0 auto; }
.mForm2 .item{ margin-bottom: 20px;}
.mForm2 .text{ width: 310px; display: block; float: left; padding: 10px 15px; background-color: #f9f9f9; border: 1px solid #ddd; color: #666; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; box-sizing: content-box !important; }
.mForm2 .text#phone{ width: 278px ;}
.mForm2 .bindTel .text{ width: 190px;}
.mForm2 .bindTel .sbtn{ float: right; font-size: 16px; padding:6px 12px;border-radius: 5px; }
.mForm2 .formConfirm .sbtn{ padding: 18px; padding: 8px 70px;}
.mForm2 #slider{ margin-bottom: 22px !important;}

/* 樱桃游戏网-个人中心 -修改登录密码 */
/* 樱桃游戏网-个人中心 -我是买家 - 发出的降价需求 */
.sort{ padding: 22px 0;}
.sort .sel{ width: 560px;}
.sort .sel .select{ width: 150px; padding:0 15px; height: 40px; line-height: 40px; border: 1px solid #ddd; margin-right: 15px;}
.sort .sel .text{ width: 150px; padding:0 15px; height: 40px; line-height: 40px; border: 1px solid #ddd;margin-right: 15px;}
.sort .search2{ width: 300px; position: relative; overflow: hidden;}
.sort .search2 .text{ width: 310px; padding: 10px 75px 10px 15px; background-color: #f4f4f4; height: 20px; line-height: 20px;}
.sort .search2 .sbtn{ position: absolute; right: 0; top: 0; width: 75px; height: 40px; padding: 0; font-size: 16px;}

.needsTab{}
.needsTab th,.needsTab td{}
.needsTab th{ padding: 12px 10px; background-color: #f4f4f4; font-weight: normal;}
.needsTab td{ padding: 20px 10px; border-bottom: 1px solid #F4F4F4;}
.needsTab .col01{ width:564px;}
.needsTab .col02{ width: 111px;}
.needsTab .col03{ width: 111px;}
.needsTab .col04{ width: 111px;}
.needsItem{}
.needsItem a{ display: block;  overflow: hidden; }
.needsItem>a{display: inline;}
.needsItem .tparea{ font-size: 0; width: 130px; float: left; margin-right: 12px;}
.needsItem .tparea .tp{ height: 130px; width: 100%;}
.needsItem .des{ margin-left: 142px;}
.needsItem .des .nr{ font-size: 14px;  color: #666; height: 67px; overflow: hidden; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.needsItem .des .nr .name{ padding: 2px 15px; line-height: 1.4; margin-right: 15px;}
.needsItem .des .info{ margin-top: 5px; }
.needsItem .des .info .span{ color: #999; display: inline-block; margin-right: 30px; padding: 4px 0;}
.needsItem .des .info .span.hot{ font-size: 14px;}
.needsItem .des .info .span.hot::before{ margin-right: 8px; font-size: 18px; line-height: 1; vertical-align: middle; display: inline-block;color: #E44343;}
.needsItem .des .info .price{color: #E44343; width: 50%; margin-top: 5px; font-size: 18px; text-align: right; float: right;}
.needsItem .des .info .price .unit{ font-size: 14px; line-height: 1; margin-right: 2px;}
.needsItem a:hover .nr{ color: #333;}
.needsItem a:hover .nr .sbtn{ color: #fff; background-color: #E44343;}

.needsTab .price .unit{ font-size: 16px;}
.needsTab .price{ font-size: 24px;}
.needsTab .myprice{ color: #999; text-align: center;}
.needsTab .myprice .price{ font-size: 16px;}
.needsTab .myprice .time{ font-size: 14px;}
.needsTab .opa{ text-align: center;}
.needsTab .opa .status{}
.needsTab .opa .status1{ }
.needsTab .opa .status2{ }
.needsTab .opa .status1 .iconfont{ line-height: 1.4; color: #46D271; font-size: 18px;}
.needsTab .opa .status2 .iconfont{line-height: 1.4; color: #E44343; font-size: 18px;}
.needsTab .opa .status1 .val{ font-size: 14px; display: block; color: #999;}
.needsTab .opa .status2 .val{ font-size: 14px; display: block; color: #999;}
.needsTab .opa .mandiv{ margin-top: 5px;}
.needsTab .opa .mandiv .sbtn{ font-size: 14px; padding: 2px 11px; margin-bottom: 10px;}

.needsTab .state{}
.needsTab .state .sbtn{ padding: 2px 11px; font-size: 14px;}

.turnpage{font-size:0; text-align:center; width:100%; padding:0px 0 0px 0; display: flex;justify-content: center;align-items: center; }
.turnpage a,.turnpage .lue{ font-size:14px; vertical-align: middle; color:#333; display:inline-block; padding:4px 10px;  margin:0 3px;}
.turnpage a:hover{color:#E44343; }
.turnpage .prev span{ padding-left:12px; background-image:url(/public/static/images/icon/turnpagepn.png); background-repeat:no-repeat; background-position:0 4px;}
.turnpage .next span{padding-right:12px; background-image:url(/public/static/images/icon/turnpagepn.png); background-repeat:no-repeat; background-position:42px -96px;}
.turnpage .prev:hover span,.turnpage .next:hover span{ background-image:url(/public/static/images/icon/turnpagepnh.png); }
.current{color:#E44343 !important;}
.turnpage em{font-size:14px; color:#333;}
.pagination .cur{color:#E44343;}
.turnpage .total{ margin:0 6px; display:inline-block; vertical-align: middle;}
.turnpage .go{ margin:0 6px; vertical-align: middle;}
.turnpage .go .num{padding:3px 10px; border:1px solid #ccc; margin:0 3px; width:26px;}
.turnpage .tj{ margin:0 6px;padding:3px 10px; border:1px solid #ccc; cursor:pointer;}

/* 樱桃游戏网-个人中心 -我是买家 */
/* 樱桃游戏网-个人中心 -我是卖家 */
.pupbg{ background-color: rgba(0, 0, 0, .4); width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 200;}
.pup{position: fixed; top: 50%; left: 50%;  z-index: 205; }
.closePup{ position: absolute; right:3px; top: 8px;cursor: pointer; font-size: 25px; font-weight: bold; color: #666; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; line-height: 40px; }
.closePup:hover{ color: #2e9200;}
.uppricePup{ width:500px; }
.kf .item1{text-align: center;background-color: #333;color: #fff;}
.kf .ts{text-align: center;font-size: 14px;}
.uppriceMain{ padding:0px 0px 35px; }
.p_tit{ font-size: 20px; padding: 14px 0px; letter-spacing: 2px; text-align: center;}
.uppriceMain .nr{ width: 640px; margin: 0 auto; border: 1px solid #e1e1e1;}
.uppriceMain .nr .wz{ line-height: 1.8;}

.uppriceForm{ width: 360px; padding: 40px 0; font-size: 16px; margin: 0 auto; }
.uppriceForm .item{ margin-bottom: 22px;}
.uppriceForm .attrmc{ display:inline-block; font-size: 18px; color: #666; margin-right: 10px; width: 90px; position: relative; float: left; line-height: 40px;}
.uppriceForm .attrval{ padding-left: 100px; font-size: 18px; line-height: 40px;}
.uppriceForm .text{ width: 220px; display: block; float: left; padding: 10px 15px; background-color: #f9f9f9;  border: 1px solid #ddd; color: #666; }
.uppriceForm .formConfirm{ padding-top: 30px;}
.uppriceForm .formConfirm .sbtn{ padding: 8px 70px;}
.uppriceForm .item .attrmc{ color: #E44343;}
/* 樱桃游戏网-关于我们 - 公司介绍 */
.profile{ padding: 0 30px;}
.topban{ font-size: 0;}
.topban .tp{ width: 100%;}
.i_tit{ padding: 25px 0;}
.i_tit .subtit{ font-size: 16px; text-transform: uppercase;}
.i_tit .tit{ font-size: 18px; margin-top: 10px;}
.i_tit .tit .mc{ position: relative; display: inline-block; padding: 0 16px;}
.i_tit .tit .mc::after,.i_tit .tit .mc::before{ content: ""; display: block; width: 56px; height: 1px; background-color: #E44343; position: absolute; top: 50%; margin-top: -0.5px;}
.i_tit .tit .mc::after{ left: -56px;}
.i_tit .tit .mc::before{ right: -56px;}

.about{}
.aboutBody{}
.aboutBody .item1{}
.aboutBody .item1 .wz{ margin-top: 50px; font-size: 16px; color: #666; line-height: 1.8; text-indent: 2em;}
.i_tit2{ padding: 20px 0;}
.i_tit2 .mc{ display: inline-block; font-size: 18px; padding: 2px 24px; background: url(/public/static/images/icon/icon02.png) left center no-repeat;}
.aboutBody .item2{ margin-top: 30px;}
.aboutBody .item2 .nr{}
.aboutBody .item2 .nr .wz{ font-size: 16px; color: #666; line-height: 1.8; text-indent: 2em;}

.env{ overflow: hidden; padding-bottom: 80px;}
.envul{ margin-right: -4%;}
.envul li{ width: 29.33%; float: left; margin: 0 4% 4% 0;}
.envul li .tp{ width: 100%; height: 180px;}

/* 樱桃游戏网-关于我们 - 公司优势 */
.i_tit3{ color: #556a8b; padding: 35px 0;}
.i_tit3 .en{ font-size: 20px; font-weight: bold; color: #eceff4; text-transform: uppercase;}
.i_tit3 .tit{ margin-top: -20px; position: relative; z-index: 2 ;}
.i_tit3 .mc{ display: inline-block; margin:  0 20px; font-size: 20px; font-weight: bold;}
.i_tit3 .line{ }
.i_tit3  .subtit{ font-size: 16px;}
.safe{ }
.safeul{ margin-right: -2%;display: flex;}
.safeul li{float: left; margin: 0 2% 0 0; position: relative; box-shadow: 0 0 4px 0 #556a8b;}
.safeul li .inner{ padding:40px 20px ;}
.safeul .tp{ position: absolute; top: 0; left: 50%; margin-left: -25px; width: 50px;}
.safeul .tit{ color: #556a8b; text-align: center; font-size: 16px;}
.safeul .nr{ font-size: 14px; color: #666; line-height: 1.8; margin-top: 20px;}
/* 樱桃游戏网-关于我们 */
.aboutUs .aboutBody .nr .wz{ text-indent: 0;}

/* 樱桃游戏网-交易保障 */
.trade{ padding: 0 200px;}
.i_tit4{ border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -ms-border-radius: 8px 8px 0 0; -o-border-radius: 8px 8px 0 0;  background-color: #E44343; color: #fff; font-size: 24px; padding: 14px 0;}
.m_mid{ border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -ms-border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; }
.safeul2 li{ width: 31.33%;}
.safeul2 li .inner{ padding: 40px 20px 20px;}
.safeul2 li .tit{ font-weight: bold;}
.safeul2 .nr{ min-height: 202px; color: #556a8b;}
.safeul2 .tip{ margin-top: 40px; text-align: center; color: #c7d5e9;}

.buyReason{ overflow: hidden; padding: 40px 0;}
.buyReason .des{ width: 450px; float: left;}
.buyReason .des .tit{color: #556a8b; font-size: 16px; font-weight: bold;}
.buyReason .des .nr{ text-indent: 2em; font-size: 14px;line-height: 1.8; margin-top: 20px; color: #556a8b;}
.buyReason .tparea{ width: 230px; font-size: 0; float: right;}
.buyReason .tparea .tp{ width: 100%;}

/* 樱桃游戏网-交易必看 - 服务协议 */
.pact{ padding: 0 20px;}
.pact .wz{ line-height: 1.8; color: #666;}

/* 樱桃游戏网-交易必看 - 售后服务 */
.bigimg100{}
.bigimg100 .tp{ width: auto; display: block; margin: 0 auto;}
.afterSelled{ overflow: hidden; padding: 40px 0;}
.afterSelled .des{ width: 380px; float: left; margin-top: 60px;}
.afterSelled .des .tit{color: #556a8b; font-size: 20px; }
.afterSelled .tip{ font-size: 16px; margin-top: 0px; color: #666;}
.afterSelled .mandiv{ margin-top: 10px;}
.afterSelled .mandiv .sbtn{ font-size: 12px; padding: 4px 20px;}
.afterSelled .tparea{ width:380px; font-size: 0; float: right;}
.afterSelled .tparea .tp{ width: 100%;}

/* 樱桃游戏网-交易必看 - 中介担保 */
.iban{ font-size: 0;}
.iban .tp{ width: 100%;}
.warrant{ margin: 0 145px;}
.fdul{}
.fdul li{ width: 420px; float: left; margin:0 30px 20px 0;background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.19);}
.fdul li .wrap{ padding: 10px 20px 0;}
.fdul .inner1{ padding: 10px 0; border-bottom: 1px solid #f0f0f0;}
.fdul .inner1 .tparea{ width: 60px; height: 60px; float: left;}
.fdul .inner1 .tparea .tp{ width: 60px; height: 60px;}
.fdul .inner1 .des{ margin-left: 80px; padding-top: 6px; font-size: 16px; line-height: 1.4; color: #999; overflow: hidden; height: 50.8px; overflow: hidden; }
.fdul .inner2{ padding: 8px 0;}
.fdul .inner2 .mc{ float: left; font-size: 16px;}
.fdul .inner2 .morea2{ float: right; font-size: 14px;}

.safeTel{ width: 380px; margin-top: 40px;}
.safeTel .tit{color: #556a8b; font-size: 20px; }
.safeTel .tip{ font-size: 16px; margin-top: 0px; color: #666;}
.safeTel .mandiv{ margin-top: 10px;}
.safeTel .mandiv .sbtn{ font-size: 12px; padding: 4px 20px;}

.otherDes{}
.otherDes .wrap{}
.otherDes .wrap .list{ position: relative; color: #666;  padding-left: 12px;line-height: 1.4; margin-bottom: 10px;}
.otherDes .wrap .list::after{ content: ""; display: block; width: 8px; height: 8px; background-color: #636363; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; position: absolute; left: 0; top: 5px;  }
.otherDes .zhu{ font-size: 14px; color: #999; margin-top: 20px;  padding: 6px 30px; border-top: 1px solid #ddd;}
.otherDes .zhu::before{ font-size: 18px; margin-right: 6px;}

/* 樱桃游戏网-交易交易 - 我要卖号 -填写商品信息 - 完成 */
.mstep{ position:relative; font-size:0; width:900px; margin:0 auto;}
.mstep .linebg{width:100%; height:5px; background-color:#d9dadc; display:block; position:absolute; top:10px; z-index:0;}
.mstep .item{ width:33.33%; display:inline-block; text-align:center; position:relative;}
.mstep .item .num{ width:32px; height:32px; background-color:#ddd; font-size:20px; color:#333; display:inline-block; text-align:center; line-height:32px; position:relative; z-index:2;}
.mstep .item p{ margin-top:6px; font-size:16px; color:#666;}
.mstep .item .num::after,.mstep .item .num::before{content:""; display:block; width:135px; height:5px; background-color:#ddd; position:absolute;top:14px; }
.mstep .item .num::after{ right:102%;}
.mstep .item .num::before{ left:102%;}
/* .act_mstep_ed p{color:#ddd !important;} */
.act_mstep_ing .num::after,.act_mstep_ing .num::before,.act_mstep_ing .num{ background-color:#ddd !important;}
/* .act_mstep_ing p{color:#E44343  !important;} */
.act_mstep_ed .num::after,.act_mstep_ed .num::before,.act_mstep_ed .num{ color: #fff !important; background-color:#E44343  !important;}
.achieve{ padding: 60px 0; width: 540px; margin: 0 auto;}
.achieve .row{ }
.achieve .row .tparea{ width: 210px; float: left;}
.achieve .row .tparea .tp{ width: 210px;}
.achieve .row .des{ width: 300px; float: right; margin-top: 45px;}
.achieve .row .des .p1{ font-size: 20px; color: #666;}
.achieve .row .des .p2{ font-size: 16px; color: #999; margin-top: 15px;}
.achieve .mandiv{ margin-top: 60px;}
.achieve .mandiv .sbtn{ width: 300px; display: block; padding: 12px 0; font-size: 18px; margin: 0 auto 12px;}

.pubInfPup{ width:600px;}
.pubInfMain{ padding:100px 80px 45px; }
.pubInfMain .tit{ width: 751px; height: 74px; line-height: 74px; padding-bottom: 34px; font-size: 26px; color: #fff; background: url(/public/static/images/icon/pubAch_tit.png) center center no-repeat; position: absolute; left: 50%; margin-left: -375px; top: -34px;}
.pubInfMain .p1{ font-size: 18px;}
.pubInfMain .p2{ font-size: 18px; margin-top: 30px;}
.pubInfMain .formConfirm { margin-top: 30px;}
.pubInfMain .formConfirm .sbtn{ width: 180px; display: inline-block; font-size: 18px; padding: 10px 0;}
.pubInfPup .icon-close{ right:50%; top: auto; bottom:-72px; margin-right: -25px; cursor: pointer; font-size: 25px; font-weight: bold; color: #fff; display: inline-block; width: 46px; height: 46px; line-height: 46px; text-align: center; line-height: 46px; border: 2px solid #fff; }
/* 樱桃游戏网-交易交易 - 我要卖号 */
#choice{display: contents;}
.selSort{ padding: 45px 0 80px;}
.selSortul{ width: 848px; margin: 0 auto;display: flex;}
.selSortul li{ flex: 1; border: 1px solid #E44343; overflow: hidden; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; float: left; margin: 0 6px; }
.selSortItem{}
.selSortItem .tit{ font-size: 18px; padding: 18px 0; text-align: center; background-color: #fbd3d3; color: #E44343;}
.selSortItem .nr{ padding: 15px 0;}
.selSortItem a{ display: block; padding: 10px 15px; font-size: 16px; text-align: center; cursor: pointer;}
.selSortItem a:hover,.act_selSort{ color: #E44343 !important;}
.selSort .formConfirm .sbtn{ font-size: 16px; padding: 14px 52px;}

/* 樱桃游戏网-交易交易 - 我要卖号 -填写商品信息 */
.fillinfo{ margin: 0 135px;}
.fiItem{ padding: 20px 0;}
.fi_tit{ font-size: 18px; padding:10px 0 10px 20px; position: relative; color: #E44343; }
.fi_tit::after{ content: ""; display: block; width: 6px; height: 18px; background-color: #E44343; position: absolute; left: 0; top: 50%; margin-top: -9px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.fiItem .item{ font-size: 16px; padding: 10px;}
.fiItem .item .attrmc{ width: 120px; color:#666;float: left; text-align: right; margin-right: 45px; padding: 4px 0;}
.fiItem .item .attrval{ padding-left: 165px; color: #666;}
.fiItem .item .attrmc .required{ color: #E44343; margin-right: 5px; top: 2px; position: relative;}
.gameType{}
.gameType .cutline{ margin: 0 8px; }
.gameType .sbtn{ margin-left: 30px; font-size: 16px; padding: 4px 28px;}
.fiItem .radios{ margin-top: 4px;}
.radios .span{ display: inline-block; color: #999; margin-right: 20px;font-size: 13px;}
.radios .span input{ margin-right: 4px; }
.fiItem .price{ color: #999;}
.fiItem .price .unit{}
.fiItem .tip{ font-size: 14px; margin-left: 5px;}
.fiItem .text{ color: #999; padding: 10px 15px; height: 20px; line-height: 20px; background-color: #F4F4F4; font-size: 16px;}
.pwdText{ display: inline-block; position: relative;}
.pwdText .eye{ position: absolute; right: 0px; top: 0px;  width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 20px; cursor: pointer;}
.fiItem .textarea{ color: #999; width: 750px; padding: 10px 15px; height: 120px; border: 1px solid #DDDDDD; font-size: 16px;}
.textW1{ width: 150px;}
.textW2{ width: 370px;}
.fillinfo .formConfirm .sbtn{ font-size: 16px; padding: 14px 100px;}
.fillinfo .formConfirm .zhu{ color: #666; font-size: 14px;}

/* 樱桃游戏网-全部游戏 - 王者荣耀 - 详情 */
.pdt{ padding: 34px 32px 40px;}
.pdt .tparea{ width: 468px;}
.pdt .tparea .tp{ width: 100%; height: 260px;}
.pdt .intro{ width: 625px; float: right;}
.pdt .intro .tip{ background-color: #fdede1; padding: 4px 30px; font-size: 14px; }
.pdt .intro .list{}
.pdt .intro .list .gametype{display: inline-block;width: 36%;}
.pdt .intro .list .attrmc{ font-size: 14px; color: #666; float: left; width: 80px; margin-left: 30px;}
.pdt .intro .list .attrval{ margin-left: 110px ;}
.pdt .intro .price{ padding: 20px 30px 20px 0; background-color: #fbe3e3; }
.pdt .intro .price .attrmc{ margin-top: 10px;}
.pdt .intro .price .num{ font-size: 24px; font-weight: bold; color: #E44343;}
.pdt .intro .price .hot{ font-size: 14px; color: #666; float: right;}
.pdt .intro .price .hot .icon{ margin-right: 10px; height: 28px;}
.pdt .intro .price .tag{ display: inline-block; font-size: 12px; color: #fff; padding: 0px 8px; margin-left: 30px;}
.pdt .intro .price .tag .icon{ height: 12px; margin-right: 5px;}
.pdt .intro .sys{ padding: 20px 0;}
.pdt .intro .sys .attrmc{ float: none;}
.pdt .intro .sys .tag2{display: inline-block; color: #fff; padding: 3px 20px 3px 40px; background: url(/public/static/images/icon/icon04.png) center center/100% auto no-repeat;}
.pdt .intro .list2{ color: #999; padding: 15px 0; border-top: 1px solid #F5F5F5;}
.pdt .intro .list2 .attrmc{ color: #999;}
.pdt .intro .promiss .btn{  margin-right: 30px;}
.pdt .intro .promiss .btn .icon{  margin-right: 14px;}
.pdt .intro .title{font-size: 20px;font-weight: 500;}
.pdtOpa{ padding: 22px 36px;}
.pdtOpa .sbtn{ border-radius: 6px; margin-right: 16px; padding: 8px 12px; font-size: 14px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }
.pdtOpa .sbtn1{ font-size: 14px;}
.pdtOpa .sbtn1::before{ font-size: 18px; line-height: 1; margin-right: 6px;}
.pdtOpa .sbtn2{ padding: 8px 60px;}
.pdtOpa .sbtn3{ font-size: 16px; padding: 8px 260px; float: right;}
.pIntro{ padding: 20px 36px;}
.pIntro .sbtn{ padding: 2px 15px; font-size: 14px; margin-right: 20px;}

.pLink{ font-size: 0; text-align: center; padding: 22px 0;}
.pLink a{ display: inline-block; font-size: 16px; padding: 6px 0; width: 218px; margin:  0 10px; color: #999; border: 1px solid #B0B0B0;}
.pLink a:hover{ background-color: #efc8c8 !important; border-color: #efc8c8 !important; color: #E44343 !important;}

.pdb{ padding: 40px 75px;}
.pdb_tit{ font-size: 0;}
.pdb_tit span{ font-size: 18px; line-height: 40px; color: #777; margin-right: 75px; position: relative; padding-bottom: 5px;}
.pdb_tit span::after{ content: ""; display: block; width: 0em; height: 4px; background-color: #E44343; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; position: absolute; left: 50%; margin-left: -1.5em; }
.pdb_tit span:hover,.act_pdb{ font-size: 22px; color: #333 !important; }
.pdb_tit span:hover::after,.act_pdb::after{ width: 3em !important;}
.pdb_con{}
.pdbbox{ display: none; width: 1000px; margin: 40px auto;}
.accountDel{ background:#fffbfb url(/public/static/images/del01.png) top center no-repeat; padding: 190px 78px 26px; position: relative;}
.accountDel .titA{ font-size: 24px; text-align: center; color: #fff; padding: 30px 0; width: 100%; position: absolute; left: 0; top: 0; }
.accountDel .tit{ font-size: 24px;}
.accountDel .tit .tag{ font-size: 14px;  margin-left: 20px; padding-bottom: 2px 15px; line-height: 1;}
.accountDel .nr{ font-size: 15px; line-height: 1.8; margin-top: 25px;}
.accountDel .tutor{ margin-top: 25px; text-align: right;}
.accountDel .tutor .box{ display: inline-block; padding-bottom: 10px; font-size: 15px; border-bottom: 1px solid #E3E3E3; line-height: 1.8;}
.pdbbox .tparea{ text-align: center
;}
.pdbbox .tparea .tp{}
/* 樱桃游戏网-全部游戏 - 王者荣耀 */
.gsort{ padding:25px 40px 30px;}
.goods{ border-bottom: 1px solid #f5f5f5; margin-bottom: 10px; padding: 26px 0;}
.goods .tparea{ width: 80px; margin-right: 22px; float: left; position: relative; overflow: hidden;}
.goods .tparea .tp{ height: 80px; width: 80px;}
.goods .tparea .icon{ position: absolute; left: 0; top: 0;}
.goods .des{ margin-left: 102px; margin-top: 8px;}
.goods .des .tit{ font-size: 18px;}
.goods .des .type{ margin-top: 10px; font-size: 16px;}
.goods .des .type .sbtn{ padding: 2px 20px; color: #E44343;}

.gsort .list{ border-bottom: 1px solid #f5f5f5;  padding: 15px 0;}
.gsort .list .attrmc{ display: inline-block; float: left; color: #999; width: 100px;}
.gsort .list .attrval{ margin-left: 100px;}
.gsort .list a{ display: inline-block; color: #666; padding: 2px 10px; margin:0 20px 5px 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.gsort .list a:hover,.act_sort{ background-color: #fbe3e3 !important; color: #E44343 !important;}
.gsort .spanterm{ display: inline-block; margin-right: 40px; }
.gsort .spanterm .mc{ display: inline-block; width: 60px; color: #666;}
.gsort .spanterm .select{ width: 110px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #ddd; height: 30px; line-height: 30px; padding: 0 15px;  }
.gsort .text{ width: 110px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #ddd; height: 30px; line-height: 30px; padding: 0 15px;  }
.gsort .tj{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #ddd; height: 30px; line-height: 30px; padding: 2px 15px; line-height: 1;  }

.gsort2{ padding: 30px 50px;}
.gsort2item{ width: 500px; float: left;}
.gsort2item a{ display: inline-block; margin-right: 30px; position: relative;}
.gsort2item a .val{ font-size: 16px; padding-right: 20px; color: #666; }
.gsort2item a .iconfont{ position: absolute; line-height: 1; font-size: 16px; color: #666; right: 0;}
.gsort2item a .arrt{ top: -2px;}
.gsort2item a .arrb{ bottom: -2px;}
.act_gsort2T,.act_gsort2T .arrt{ color: #E44343 !important;}
.act_gsort2B,.act_gsort2B .arrb{ color: #E44343 !important;}
.gsort2 .delBtn{ font-size: 16px; color: #999;}
.gsort2 .delBtn .iconfont{ margin-right: 4px; font-size: 18px;}
.gamesearch .text{width: 150px;}
.gamesearch .tj{
    border: 1px solid #ddd;
    height: 32px;
    line-height: 32px;
    padding: 2px 15px;
    line-height: 1;}
.games{ padding-bottom: 50px;}
.gamesul{ padding-bottom: 20px;}
.gamesul li{ padding: 28px 20px; border-bottom: 1px solid #efeeef;}
.gamesItem{}
.gamesItem .needsItem{ width: 800px; float: left;}
.gamesItem .gamesOpa{ width: 240px; text-align: right; float: right;}
.gamesItem .gamesOpa .div1{}
.gamesItem .gamesOpa .div1 .sbtn{ font-size: 14px; padding: 5px 20px; margin-left: 20px;margin-top: 10px;}
.gamesItem .gamesOpa .div2{ margin-top: 20px;}
.gamesItem .gamesOpa .div2 .price{ font-weight: bold; font-size: 24px; vertical-align: middle; display: inline-block;}
.gamesItem .gamesOpa .div2 .price .unit{ font-size: 16px; font-weight: normal;}
.gamesItem .gamesOpa .div2 .tag{display: inline-block; font-size: 12px; color: #fff; padding: 0px 4px; margin-left: 20px; vertical-align: middle; display: inline-block;}
.gamesItem .gamesOpa .div2 .tag .icon{height: 12px; margin-right: 5px;}

/* 樱桃游戏网-账号交易-账号回收 */
.rec_tit{}
.rec_tit .tp{ height: 94px;}
.revFlow{ overflow: hidden;}
.revFlowul{ margin-right: -2%;}
.revFlowul li{ width: 18%; float: left; background-color: #fff; padding: 15px 0; margin: 0 2% 0 0;}
.revFlowul li .des{ margin: 0 20px; padding-left: 40px; position: relative;}
.revFlowul li .des .num{ font-size: 25px; color: #E44343; font-style: italic; font-weight: bold; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; text-decoration: underline; position: absolute; left: 0; top: 6px;}
.revFlowul li .des .p1{ font-size: 16px; color: #999;}
.revFlowul li .des .p2{ font-size: 12px; color: #ddd;}

.recZhu{}
.recZhu .wrap{ padding: 25px 25px 30px;}
.recZhu .wrap .tit{ font-size: 18px; color: #E44343;}
.recZhu .wrap .nr{ margin-top: 10px; font-style: 16px; color: #666;}

.recItem{ font-style: 18px; line-height: 1.8; width: 400px; float: left ; color: #999;}
.recItem .p1{ margin-bottom: 10px;}

.rec_tit2{ font-style: 16px; padding: 20px 0;}
.rec_tit2 .icon{ margin-right: 6px; height: 28px;}

/* 樱桃游戏网-全部游戏 */
.mwrap{
    margin: 27px auto 0;
	width: 96%;
    max-width: 1200px;
}
.allGame{
    border-radius: 30px 30px 30px 30px;
    padding: 36px 24px 50px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.lm{ font-size: 0;}
.lm a{
	font-size: 20px;
    color: #999999;
    line-height: 26px;
    margin-right: 108px;
}
.lm a:hover,.act_lm{ font-size: 22px; color: #E4504F !important; }
.lm a:hover::after,.act_lm::after{ width: 3em !important;}

.hotGame1b {
    float: right;
}
.hotGame1b a {
    font-size: 16px;
    color: #999999;
    line-height: 21px;
}

.sortLetter{
	margin-top: 26px;
    height: 36px;
    background: #ECEDEF;
    border-radius: 18px;
    padding-left: 9px;
    font-size: 0;
}
.sortLetter span{
	display: inline-block;
	padding: 0 4px;
    height: 36px;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    text-align: center;
    margin-right: 21px;
}
.sortLetter span:hover,.act_l{
    background-color: #E14D51;
    font-weight: bold;
    color: #FFFFFF !important;
}
.slList{
	margin-top: 27px;
}
.sllistul{ padding-left: 16px;}
.sllistul li{ float: left; margin: 0 23px 46px; width: 80px;}
.sllistul li a{ display: block; font-size: 0; position: relative; overflow: hidden; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.sllistul li a .icon{ position: absolute; left: 0; top: 0;}
.sllistul li a .tp{ width: 80px; height: 80px;}

.lm_search{}
.lm_search .lm{}
.lm_search .search3{}
.search3{  position: relative;}
.search3 .text{ width: 264px; padding: 10px 36px 10px 14px; font-size: 16px; line-height: 16px; height: 16px; border: 1px solid #ddd;}
.search3 .tj{ position: absolute; right: 0; top: 0; height: 36px; line-height: 36px; font-size: 20px; color: #666; width: 36px; text-align: center;}
.sortBoxs .sortLetter span{cursor: pointer;}
#scrollLine1{height:2116px;overflow:hidden;}
/* 樱桃游戏网-公告新闻 */
.essay{}
.essayul{ padding-bottom: 10px;}
.essayItem{ padding: 20px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size: 16px; color: #666; position: relative; padding-right: 400px; border-bottom: 1px solid #e2e2e2; }
.essayItem .opa{ position:absolute; right: 30px; top: 20px; text-align: right;}
.essayItem .opa .time{ font-size: 14px; color: #999; display: inline-block; margin-right: 80px;}
.essayItem .opa .sbtn{ font-size: 16px; padding: 3px 36px;}
.essayItem:hover{ color: #c33;}
.essayItem:hover .opa{}

.essayDel{ position: relative; padding: 0 20px; min-height: 500px;}
.essayDel .backTo{ color: #999; font-size: 14px; position: absolute; left: 20px; top: -20px;}
.essayDel .backTo::before{ font-size: 20px; margin-right: 6px; }
.essayDel .backTo:hover{ color: #E44343;}
.artHeader{ padding-top: 30px;}
.artHeader .tit{ font-size: 20px;}
.artHeader .info{ margin-top: 10px; color: #999;}
.artHeader .info .span{ margin: 0 20px; display: inline-block;}
.artBody{ margin-top: 10px;}
.artBody .wz{ font-size: 14px; color: #333; line-height: 1.8;}
.artFooter{ margin-top: 50px; width: 100%;}
.artFooter .inner{ line-height: 1.8; width: 120px;}
.artFooter .inner .p1{}
.artFooter .inner .p2{}
.essayDel .artFooter { right: 20px; bottom: -20px; position: absolute;}
/* 添加页面-昨日成交 */
.yestodayListul{ padding-bottom: 40px;}
.yestodayListul li{ padding: 10px 0;}
.yItem .info{ overflow: hidden;}
.yItem .info2{ color: #999;}
.yItem .info2 .gprice{ font-size: 24px; width: 200px; line-height: 1; font-weight: bold;}
.yItem .info2 .gprice .mc{ font-size:14px; font-weight: normal;}
.yItem .info2 .hotTime{ width: 400px;}
.yItem .info2 .hotTime .span{ color: #999; display: inline-block; margin-right: 30px; padding: 4px 0;}
.yItem .info2 .hotTime .span.hot{ font-size: 14px;}
.yItem .info2 .hotTime .span.hot::before{ margin-right: 8px; font-size: 18px; line-height: 1; vertical-align: middle; display: inline-block;}
.yItem .tparea{ position: relative;}
.yItem .nr .sbtn{ color: #fff; background-color: #999;}
.yItem .statusImg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.red{ color: #E44343;}
.sblue{ color: #121E39;}
.orange{ color: #F28135;}
.pink{ color: #fbe3e3;}
.elli{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/* 设置滚动条的样式 */
/* ::-webkit-scrollbar {
    width:12px;
    background-color: #fafafa;
    }

    /* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius:10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:#e8e8e8;
} */

/* 多图上传 */
/* 图片上传 */





.member-center .right p.dayi {

    font-size: 20px;

    margin-bottom: 10px;

}



.member-center .right p.dayi select {

    display: inline-block;

    padding: 0 30px 0 15px;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    line-height: 32px;

    height: 32px;

    width: 345px;

    border-radius: 7px;

    font-size: 16px;

    border: 1px solid #ccc;

    font-family: "华为行楷";

    *background: none;

    _background: none;

    background: url(../images/select-arrow.png) no-repeat 321px center;

}



.member-center .right p.dayi input {

    font-size: 20px;

    display: inline-block;

    margin-left: 10px;

    color: #3685fc;

}



.member-center .right form.dayi {

    width: 100%;

    margin-bottom: 50px;

}



.file-btn textarea {

    width: 100%;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    padding: 15px;

    resize: none;

    margin-bottom: 25px;

}



.file-btn span {

    display: inline-block;

    vertical-align: middle;

}



.file-btn span#filename {

    width: 296px;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    height: 40px;

    border: 1px solid #e1e1e1;

    padding: 0 20px;

    line-height: 40px;

    color: #ccc;

    overflow: hidden;

}



.file-btn span {

    display: inline-block

}



.file-btn span.btn {

    position: relative; border: 1px solid #767676; border-radius: 50%; overflow: hidden;

    width:100px;

    height:auto;

    color: #999;

    font-size: 60px;

    line-height: 100px;

    text-align: center;

    cursor: pointer; vertical-align:top;

}

.file-btn span.btn img{ height:100px;}

.file-btn span.img {

    position: relative;

    width:100px;

    background-color: #fff;

    border: 1px solid #767676;

    text-align: center; border-radius: 50%; overflow: hidden;

    margin:0 20px 20px 0; -moz-box-sizing:border-box; -ms-box-sizing:border-box;

    -o-box-sizing:border-box; box-sizing:border-box; height:100px;

}



.file-btn span.img img {

    display: inline-block;

    width: 100%;

    height: 100%;

}