*{margin:0;padding:0;}
html {font-size:62.5%;height:100%;background: #fff;}
body {background:transparent;/*height:100%;此处不能定义body高度100%，因为footer需要自适应*/}
ul,li{list-style:none;}
cite,em,var {font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
body,input,textarea,select,button{font-size:1.4rem;font-family:Roboto,Helvetica,Tahoma,Arial,"Microsoft YaHei";color:#333;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga","kern"}
img {border:0;display:inline-block;}

/*---去掉苹果默认样式---*/
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance:none;}
textarea{-webkit-appearance:none;}
input{outline:none}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}/*自动完成去除黄色背景*/

a {text-decoration:none;color:#333;}
a:hover {text-decoration:none;}
.alink {color:#1392d9;text-decoration:underline;}
.aline {color:#3ba3fb;text-decoration:none;}

.wbg {background:#f2f2f2;}

.noScroll {overflow:hidden;}
.canScroll {overflow:auto;}

/*清除浮动*/
.clearperfect {clear:both;height:0px;overflow:hidden;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{*zoom:1;}
.clear{clear:both;}

/*垂直间隔*/
.y_blank01 {width:100%;height:0.1rem;font-size:0;overflow:hidden;}
.y_blank02 {width:100%;height:0.2rem;font-size:0;overflow:hidden;}
.y_blank03 {width:100%;height:0.3rem;font-size:0;overflow:hidden;}
.y_blank04 {width:100%;height:0.4rem;font-size:0;overflow:hidden;}
.y_blank05 {width:100%;height:0.5rem;font-size:0;overflow:hidden;}
.y_blank08 {width:100%;height:0.8rem;font-size:0;overflow:hidden;}
.y_blank09 {width:100%;height:0.9rem;font-size:0;overflow:hidden;}
.y_blank10 {width:100%;height:1rem;font-size:0;overflow:hidden;}
.y_blank12 {width:100%;height:1.2rem;font-size:0;overflow:hidden;}
.y_blank15 {width:100%;height:1.5rem;font-size:0;overflow:hidden;}
.y_blank16 {width:100%;height:1.6rem;font-size:0;overflow:hidden;}
.y_blank20 {width:100%;height:2rem;font-size:0;overflow:hidden;}
.y_blank25 {width:100%;height:2.5rem;font-size:0;overflow:hidden;}
.y_blank27 {width:100%;height:2.7rem;font-size:0;overflow:hidden;}
.y_blank30 {width:100%;height:3rem;font-size:0;overflow:hidden;}
.y_blank35 {width:100%;height:3.5rem;font-size:0;overflow:hidden;}
.y_blank40 {width:100%;height:4rem;font-size:0;overflow:hidden;}
.y_blank41 {width:100%;height:4.1rem;font-size:0;overflow:hidden;}
.y_blank45 {width:100%;height:4.5rem;font-size:0;overflow:hidden;}
.y_blank47 {width:100%;height:4.7rem;font-size:0;overflow:hidden;}
.y_blank50 {width:100%;height:5rem;font-size:0;overflow:hidden;}
.y_blank80 {width:100%;height:8.0rem;font-size:0;overflow:hidden;}
.y_blank88 {width:100%;height:8.8rem;font-size:0;overflow:hidden;}

/**关键字高亮(勿删，海关数据前端使用)**/
.tm_ui_highlight{color:#ff9300;}

/*--- 公用样式 ---*/
.rel {position:relative;}

.hide {display:none;}
.db {display:block;}
.inline-block {display:inline-block;}

.ohide {overflow:hidden;}

.ellipsis {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.bgGray {background:#f2f2f2;}
.bg_gray {background:#f5f5f9;}
.red {color:#ff2626;}
.blue {color:#3385ff;}
.light_blue {color:#3ba3fb;}
.gray {color:#999;}
.light_black {color:#666;}
.light_red {color:#ff5353;}
.tm-orange {color:#ff9300;}

.noborder {border:none!important;}
.divider {display:block;float:left;margin:0 0.5rem 0 0.8rem;width:0.1rem;height:3.2rem;border-left:0.1rem solid #ddd;}

.right {float:right;}
.left {float:left;}

.tac {text-align:center;}
.tar {text-align:right;}
.tal {text-align:left;}

/*--- 分页 ---*/
.view_more{padding:0.8rem!important; text-align:center;}
.view_more a{color:#3588ff; text-decoration:underline;}


/*--- 改变placeholder颜色 ---*/
input::-webkit-input-placeholder{color:#ccc;}/* WebKit browsers */
input:-moz-placeholder{color:#ccc;}/* Mozilla Firefox 4 to 18 */
input::-moz-placeholder{color:#ccc;}/* Mozilla Firefox 19+ */
input:-ms-input-placeholder{color:#ccc;}/* Internet Explorer 10+ */


/*add by LGL 2015.11.26*/

/*框架*/

/*form-table*/
.form-table {width:100%;}
.form-table th {padding:.8rem;font-weight:normal;text-align:right;}
.form-table th strong {float:right;}
.form-table td {padding:.8rem .8rem .8rem 0;}
.form-table .itext {border:.1rem solid #ddd;padding:.8rem 1rem;}
.form-table .ibutton {display:block;cursor:pointer;border:0;background:#3285ff;color:#fff;font-size:1.6rem;width:12.5rem;height:3.4rem;margin:1rem auto 0;}

/*info-frame*/
.info-frame {background:#fff;}
.info-frame .main_title {padding:1rem;text-align:center;font-size:1.8rem;}
.info-frame .info_wrap {padding:1rem;background:#f2f2f2;}
.info-frame .info_title {border-left:.5rem solid #3da9f7;padding-left:.5rem;margin-bottom:1rem;}
.info-frame .info_title em {color:#f00;}

.info-frame .info_con {padding:1rem;background:#fff;}

.info-frame .info_list {line-height:2.2rem;}
.info-frame .info_list .label {float:left;}
.info-frame .info_list .text {display:block;overflow:hidden;}
.info-frame .info_more {background:#f2f2f2;text-align:center;padding:1rem 0 2rem;display:block;}

/*layui弹窗标题*/
.layui-m-layerchild h3{border-bottom: solid #ddd 1px;}

/*问号提示（只适用与外层没有设置overflow:hidden的环境下）*/
.question-tips {width:16px;height:16px;display:inline-block;position:absolute;right:-2.2rem;top:50%;margin-top:-8px;}
.question-tips .tips_ico {background:url(/images/center/member.png) no-repeat -156px -66px;width:16px;height:16px;display:inline-block;position:absolute;left:0;top:0;cursor:pointer;}
.question-tips .tips_ico.grey {background-position:-156px -89px;}
.question-tips .tips_con {width:20rem;padding:.5rem 1rem;border:.1rem solid #d2d15f;background:#fcffbd;border-radius:.5rem;word-wrap:break-word;font-size:1.2rem;line-height:2.2rem;text-align:left;display:none;position:absolute;z-index:99;top:2.2rem;}

.question-tips .tips_arrow {position:absolute;top:-.8rem;}
.question-tips .tips_arrow i {position:absolute;top:0;left:0;width:0;height:0;display:inline-block;overflow:hidden;border-left:.6rem solid transparent;border-right:.6rem solid transparent;border-bottom:.8rem solid #d2d15f;}
.question-tips .tips_arrow b {position:absolute;top:.2rem;left:0;width:0;height:0;display:inline-block;overflow:hidden;border-left:.6rem solid transparent;border-right:.6rem solid transparent;border-bottom:.8rem solid #fcffbd;}

.question-tips .tips_arrow.down {top:unset;bottom:0;}
.question-tips .tips_arrow.down i {border-bottom:0;border-top:.8rem solid #d2d15f;}
.question-tips .tips_arrow.down b {top:-.2rem;border-bottom:0;border-top:.8rem solid #fcffbd;}

.question-tips:hover .tips_con {display:block;}
.question-tips.on .tips_con {display:block;}



/*控件结构*/
.wblock-wrap {display:block;overflow:hidden;}
.input-wrap {display:block;border:.1rem solid #ddd;padding:0 1rem;background:#fff;height:3.2rem;}
.input-wrap input {border:0;width:100%;height:3.2rem;line-height:3.2rem;float:left;}
.input-wrap textarea {border:0;width:100%;line-height:2.4rem;}
.input-wrap.disable, .input-wrap.disable input {background:#eee;}
.wleft-wrap {float:left;display:inline;/*此处不能加高度或行高，仅做浮动处理*/}
.wleft-wrap .required {color:#f00;margin-right:.5rem;display:inline;}
.wlabel {float:left;display:inline;height:3.2rem;line-height:3.2rem;padding-right:.8rem;text-align:right;}
.wright-wrap {float:right;display:inline;}

/*select-wrap*/
.selectWidgetScrollFixed {overflow:hidden;height:100%;}
.select-wrap {position:relative;display:inline-block;}
.select-wrap a {outline:none;+blr:expression(this.onFocus=this.blur());}
.select-wrap .select_main {display:block;position:relative;cursor:pointer;overflow:hidden;border:0.1rem solid #ddd;line-height:3.2rem;height:3.2rem;border-radius:.2rem;background-color:#fff;}
.select-wrap .select_main .select_text {display:block;padding:0 2.8rem 0 1rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#ccc;}
.select-wrap .select_main .select_text.on {color:#333;}
.select-wrap .select_main .select_text .on {color:#333;}
.select-wrap .select_main .select_input {display:block;padding-right:2.8rem;}
.select-wrap .select_main .select_input input {line-height:3.2rem;height:3.2rem;border:0;width:100%;cursor:pointer;text-indent:1rem;display:block;}

.select-wrap .select_arrow {position:absolute;right:.8rem;top:50%;margin-top:-.3rem;overflow:hidden;font-style:normal;}
.select-wrap .select_arrow i {position:absolute;left:0;top:-.2rem;width:0;height:0;display:block;overflow:hidden;font-size:0;border-top:.6rem solid #fff;border-left:.6rem solid transparent;border-right:.6rem solid transparent;}
.select-wrap .select_arrow b {width:0;height:0;display:block;overflow:hidden;font-size:0;border-top:.6rem solid #ccc;border-left:.6rem solid transparent;border-right:.6rem solid transparent;}
.select-wrap .select_con {display:none;width:18rem;position:absolute;z-index:10000;left:0;top:3.3rem;background:#fff;zoom:1;border:.1rem solid #ddd;border-radius:.2rem;box-shadow:0 0 .3rem #bbb;}
.select-wrap .select_con .nodata {text-align:center;color:#999;}

.select-wrap .select_list {line-height:3.2rem;max-height:32rem;overflow:auto;}
.select-wrap .select_list li a {display:block;padding:0 1rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.select-wrap .select_list li a:hover {background:#f2f2f2;}
.select-wrap .select_list li a.on {background:#eaeaea;}
.select-wrap .select_list li a.disabled {background:#eee;color:#999;}

.select-wrap .select_option {padding:1rem;border-top:.1rem solid #f2f2f2;}
.select-wrap .select_option a {float:right;padding:0 1rem;height:2.4rem;line-height:2.4rem;border:.1rem solid #ddd;}
.select-wrap .select_option a:hover {background:#f2f2f2;}

.select-wrap.on .select_main {border-color:#3da9f7;background-color:#3da9f7;color:#fff;}
.select-wrap.on .select_main .select_text {color:#fff;}
.select-wrap.on .select_main .select_text.on {color:#fff;}
.select-wrap.on .select_main .select_text .on {color:#fff;}
.select-wrap.on .select_arrow i {border-top-color:#3da9f7;}
.select-wrap.on .select_arrow b {border-top-color:#fff;}
.select-wrap.on .select_con {display:block;}

.select-wrap.noselect {}
.select-wrap.noselect.on .select_main {border-color:#ddd;}
.select-wrap.noselect .select_main {cursor:default;}
.select-wrap.noselect .select_main .select_input {padding:0 1rem;}
.select-wrap.noselect .select_main .select_input input {cursor:text;text-indent:0;border:0;}
.select-wrap.noselect .select_main .select_text {padding:0 1rem;}
.select-wrap.noselect .select_arrow {display:none;}
.select-wrap.noselect .select_con {visibility:hidden;}


/*本站 地区选择 整体 样式*/
.regionSelect .select-wrap {float:left;width:15rem;}
.regionSelectBox .regionSelectList {}

.regionSelectBox .regionSelectList li {height:3rem;line-height:3rem;}
.regionSelectBox .regionSelectList li a {display:block;padding-left:1rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.regionSelectBox .regionSelectList li a:hover {background:#f2f2f2;}
.regionSelectBox .regionSelectList li a.on {background:#eaeaea;}
.regionSelectBox .regionSelectList li.on a {background:#eaeaea;}


/*加载中*/
.loading-box {position:fixed;width:100%;height:100%;top:0;left:0;z-index:100;display:none;}
.loading-box b {position:absolute;width:100%;height:100%;top:0;left:0;background:#000;opacity:0.6;}
.loading-box i {position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px;background:url(../../images/touch/common/loading.gif) no-repeat left top;}
.loading-box.on {display:block;}


/*模块*/

/*==========公共模块==========*/
/*顶部*/
.touch_top_frame {width:100%;height: 6.4rem;}
.touch_top_wrap {width:100%;height:6.4rem;position:fixed;top:0;left:0;z-index:9998;}
.touch_top {padding:1.2rem 4%;background:#262a2e;overflow:hidden;}
.touch_top .top_logo {float:left;height:4rem;display:block;}
.touch_top .top_logo img{height: 100%;}
.touch_top .top_home{height: 2.3rem; float: left;}
.touch_top .back_home{color: #fff; line-height: 2.55rem; margin-left: 0.4rem;}

.touch_top .top_right{float:right;}
.touch_top .top_right li{float:left;}
.touch_top .top_right li .phone{height:4rem; margin-right: 2rem;}
.touch_top .top_right li .menu {height:2.2rem; margin-top:1rem;}

.menu_frame .menu_bg {display:none;position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:rgba(0,0,0,0.6);}
.menu_frame .menu_content {position:fixed;top:0;right:-80%;z-index:10000;width:80%;height:100%;background:#fff;color:#333;font-size:1.6rem;overflow-y:auto;}
.menu_frame .menu_content .menu_header {padding:1.7rem 0;border-bottom:1px solid #ccc;}
.menu_frame .menu_content .menu_header .menu_logo {width:9.1rem;height:9.1rem;margin:0 auto;border:0.4rem solid #ccc;border-radius:50%;background:#373b48;}
.menu_frame .menu_content .menu_header .menu_logo img {width:9.1rem;height:9.1rem;border-radius:50%;}
.menu_frame .menu_content .menu_header .menu_logo .vip_mark {position:absolute;bottom:-5px;left:50%;margin-left:-2.9rem;width:5.8rem;height:1.7rem;line-height:1.8rem;background:#ccc;border-radius:0.85rem;font-size:1.1rem;color:#fff;text-align:center;}
.menu_frame .menu_content .menu_header .menu_logo .vip_mark.is_vip {background:#ff9300;color:#fff;}
.menu_frame .menu_content .menu_header .user_name {line-height:1;text-align:center;font-size:1.2rem;padding-top:1.5rem;}
.menu_frame .menu_content label,
.menu_frame .menu_content .menu_li {display:block;height:5rem;line-height:5rem;border-bottom:1px solid #ccc;padding-left:1.8rem;}
.menu_frame .menu_content label .close {float:right;width:1.5rem;padding:1.75rem 1.8rem;}
.menu_frame .menu_content .menu_li .arrow {float:right;width:1.8rem;margin-top:1.6rem;}
.menu_frame .menu_content .menu_li .vip_tips {float:right;height:2.1rem;line-height:2.1rem;padding:0 0.66rem;text-align:center;color:#ccc;font-size:1.1rem;border-radius:1rem;margin:1.45rem 0.8rem 0 0;}
.menu_frame .menu_content .menu_li .selling_ico {background:#ff9300;color:#fff;}
.menu_frame .menu_content .menu_li .time_ico {background:#ff9300;color:#fff;}

.menu_frame .menu_content ul li{border-bottom: solid #ddd 1px;}
.menu_frame .menu_content ul li a{font-size: 18px; color: #333; display: block; padding-left: 17px; line-height: 44px; text-decoration: none; background: url("../../images/touch/home/arrow_right_2.png") right 17px center no-repeat; background-size: 8px auto;}
.menu_frame .menu_content ul li i{width: 22px; height: 22px; display: inline-block; vertical-align: middle; margin: -3px 6px 0 0; border: solid #333 1px; border-radius: 50%;}
.menu_frame .menu_content ul li i.home{background: url("../../images/touch/home/menu_right_01.png") center no-repeat; background-size: 12px auto;}
.menu_frame .menu_content ul li i.buyers{background: url("../../images/touch/home/menu_right_02.png") center no-repeat; background-size: 12px auto;}
.menu_frame .menu_content ul li i.supplier{background: url("../../images/touch/home/menu_right_03.png") center no-repeat; background-size: 12px auto;}
.menu_frame .menu_content ul li i.price{background: url("../../images/touch/home/menu_right_04.png") center no-repeat; background-size: 12px auto;}
.menu_frame .menu_content ul li i.search{background: url("../../images/touch/home/menu_right_05.png") center no-repeat; background-size: 15px auto;}
.menu_frame .menu_content ul li i.detect{background: url("../../images/touch/home/menu_right_06.png") center no-repeat; background-size: 14px auto;}
.menu_frame .menu_content ul li i.case{background: url("../../images/touch/home/menu_right_07.png") center no-repeat; background-size: 16px auto;}
.menu_frame .menu_content ul li i.tricks{background: url("../../images/touch/home/menu_right_08.png") center no-repeat; background-size: 12px auto;}
.menu_frame .menu_content ul li i.coding{font-size: 12px; font-style: normal; line-height: 22px; text-align: center; font-weight: normal; font-family: "Microsoft Yahei";}
.menu_frame .menu_content ul li i.account{background: url("../../images/touch/home/menu_right_09.png") center no-repeat; background-size: 13px auto;}
.menu_frame .menu_content ul li i.registered{background: url("../../images/touch/home/menu_right_10.png") center no-repeat; background-size: 13px auto;}
.menu_frame .menu_content ul li i.forget{background: url("../../images/touch/home/menu_right_11.png") center no-repeat; background-size: 15px auto;}
.menu_frame .menu_content ul li i.exit{background: url("../../images/touch/home/menu_right_12.png") center no-repeat; background-size: 12px auto;}
.menu_frame .menu_content ul li i.marketing{background: url("../../images/touch/home/menu_right_13.png") center no-repeat; background-size: 12px auto;}
.menu_frame .menu_content ul li i.vip{background: url("../../images/touch/home/menu_right_14.png") center no-repeat; background-size: 12px auto;}

/*导航*/
.touch_nav {height:4rem;background:#282b3a;}
.touch_nav .nav_list {height:4rem;line-height:4rem;overflow:hidden;position:relative;z-index:100;}

.touch_nav .nav_list li {float:left;width:22%;}
.touch_nav .nav_list li a {text-align:center;display:block;height:100%;color:#fff;}
.touch_nav .nav_list li.on a {font-weight:bold;background:#0f0f0f;}

/*页脚注册*/
.register_wrap {padding:1.4rem 1.6rem;background:#494d59;font-size:1.2rem;height:7.3rem;}
.register_wrap .register_btn {float:right;text-align:center;margin-top:1.05rem;width:30%;}
.register_wrap .register_btn a {background:#fccf3e;padding:0.5rem 0;color:#333;width:90%;border-radius:.2rem;display:inline-block;margin:0.5rem 0 0 10%;}
.register_wrap .register_btn .login_btn {background:none;color:#fff;}
.register_wrap .wechat_code {float:left;width:70%;}
.register_wrap .wechat_code img {float:left;display:block;width:7.3rem;height:7.3rem;}
.register_wrap .wechat_code .wechat_word {overflow:hidden;padding-left:.6rem;color:#fff;line-height:1.8rem;}


/*页脚*/
.touchFooterFrame.fixed {position:fixed;bottom:0;left:0;width:100%;}
.touch_footer {text-align:center;color:#fff;background:#373b47;line-height:3.8rem;height:3.8rem;font-size:1.2rem;}
.touch_footer a {color:#fff;}

/*页脚提示*/
.footer_tips .tips_bg {width:100%;height:100%;position:fixed;left:0;top:0;background:#000;opacity:0.5;z-index:101;}
.footer_tips .tips_con {width:80%;position:fixed;left:50%;margin:-7.5rem 0 0 -40%;top:50%;z-index:101;background:#fff;border:#ddd solid .1rem;border-radius:.5rem;}
.footer_tips .tips_con .img {padding:6% 0 4%;}
.footer_tips .tips_close {width:3rem;height:3rem;position:absolute;top:-1.5rem;right:-1.5rem;}

/* 回到顶部 */
.back_top {background:#f2f2f2;position:fixed;bottom:6rem;right:1rem;border-radius:0.5rem;display:none;z-index:1000;}
.back_top a {width:2.6rem;height:2.6rem;background:url("/images/wechat/back_top.png") center no-repeat;display:block;padding:0.3rem;}

/* 首页  */
.touchNav {background:#373b47;}
.touchNav .navTitle {color:#fccf3e;font-size:1.9rem;padding-top:3.35rem;text-align:center;}
.touchNav .navWord {color:#f5f4f9;font-size:1.5rem;padding:1.15rem 0 4rem;text-align:center;}
.touchNav .navWrap {border-top:0.1rem solid #555862;overflow:hidden;text-align:center;}
.touchNav .navWrap li {width:33.333%;float:left;}
.touchNav .navWrap li a {display:block;border-right:0.1rem solid #555862;border-bottom:0.1rem solid #555862;padding:0.8rem 0 1.5rem;}
.touchNav .navWrap li a img {display:block;width:7rem;margin:0 auto;}
.touchNav .navWrap li a p {font-size:1.5rem;color:#fff;}
.touchNav .taodataShow {background:#494d59;padding:1.05rem 0.9rem;overflow:hidden;}
.touchNav .taodataShow dd {float:left;width:33.333%;color:#f5f4f9;}
.touchNav .taodataShow dd img {float:left;width:3.2rem;}
.touchNav .taodataShow dd p {font-size:1.2rem;padding-top:0.2rem;text-indent:0.3rem;}
.touchNav .taodataShow dd p.fs10 {font-size:1rem;}

.video{padding: 1.8rem; background: #f2f2f2;}
.video .videoplayer{background:#555862 url("../../images/touch/index/video_bg.png") center no-repeat;background-size:35rem;}
.video .videoplayer .videoContent{width: 100%;}
.video .videoText{padding-top: 1rem;}
.video .videoText h3{color: #fa9531; font-size: 2.8rem; line-height: 3.8rem;}
.video .videoText p{font-size: 1.4rem; line-height: 2rem; color: #666; background: url("../../images/tradeTool/searchEmail/hook_icon.png") left center no-repeat; background-size: 1.2rem; padding-left: 1.6rem;}

.aboutUs_screen {padding:2rem 1.6rem;color:#333;}
.aboutUs_screen .aboutUs_title {text-align:center;}
.aboutUs_screen .aboutUs_title p {font-size:1.6rem;}
.aboutUs_screen .aboutUs_title small {font-size:1.2rem;color:#999;display:block;padding:0.6rem 0 1rem;}
.aboutUs_screen .aboutUs_p {line-height:1.8rem;font-size:1.2rem;text-align:justify;text-indent:-.1rem;}


/*登录弹窗
.pass_box {}
.pass_box .maskbg {width:100%;height:100%;position:fixed;left:0;top:0;background:#000;opacity:0.5;z-index:101;}
.pass_box .login{width:70%;padding:5%;position:fixed;left:10%;top:20%;z-index:101;background:#fff;border:#ddd solid 1px;border-radius:5px;font-size:16px;}
.pass_box .login .close{width:30px;height:30px;position:absolute;top:-20px;right:-20px;}
.pass_box .login .forgot{text-align:right;}
.pass_box .login .forgot a{color:#333;text-decoration:none;}
.pass_box .login .logdiv{border:#ddd solid 1px;border-radius:5px;margin:15px 0;}
.pass_box .login .logdiv input{width:100%;height:50px;line-height:50px;border:none;background:none;font-size:16px;font-family:"Microsoft YaHei";text-indent:1em;}
.pass_box .login .logdiv input.ajaxLoginEmail {width:56%;}
.pass_box .login .logdiv .passwordli{border-top:#ddd solid 1px;}
.pass_box .login .logdiv .validateli{border-top:#ddd solid 1px;float:left;width:100%;}
.pass_box .login .logdiv .validateli input{float:left;width:50%;}
.pass_box .login .logdiv .validateli img{width:40%;height:30px;padding:10px 5%;cursor:pointer;float:left;}
.pass_box .login .buttondiv{}
.pass_box .login .buttondiv li{width:40%;margin:0 5%;float:left;}
.pass_box .login .buttondiv input{width:100%;height:50px;line-height:50px;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-family:"Microsoft YaHei";}
.pass_box .login .buttondiv .register {width:100%;display:block;text-align:center;height:50px;line-height:50px;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-family:"Microsoft YaHei";}
.pass_box .login .buttondiv .signin{background:#f8881d;}
.pass_box .login .buttondiv .register{background:#7dae6c;}
*/
/*==========公共模块 end==========*/



/*
	模块名称：触屏端 - 登录、注册、忘记密码模块
	涉及页面：login_m.jsp（登录），register_m.jsp（注册），touch_resetpwd_step1.jsp（忘记密码step1），touch_resetpwd_step2.jsp（忘记密码step2）,login_wechat.jsp（绑定微信）；
	整合人员：Zyue
	整合时间：2016.08.10
*/

/*--- 触屏端 登录、注册、忘记密码 页面 开始 ---*/
/*--- 登录、注册、忘记密码 页面公共部分 （以下更改需谨慎，需谨慎，需谨慎！！！） ---*/
.lRF_touch{width:100%;height:100%;min-height:450px;background:#fff;}
/*--- logo模块 ---*/
.lRF_touch .logo_frame {padding:8% 0;}
.lRF_touch .logo_frame a {display:block;margin:0 auto;border-radius:50%;width:32%;overflow:hidden;}
.lRF_touch .logo_frame .wechat_logo {display:block;width:100%;}
/*--- 输入模块（帐号密码验证码等） ---*/
.lRF_touch .lRF_form .lRF_ul {border-top:1px solid #e8e8e8;}
.lRF_touch .lRF_form .lRF_ul li{border-bottom:solid #e8e8e8 1px; padding: 1rem; line-height: 2.4rem;}
.lRF_touch .lRF_form .lRF_ul li .divider {display:block; float:left; margin:0 0.5rem; width:0.1rem; height: 2.4rem; border-left:1px solid #ddd;}
.lRF_touch .lRF_form .lRF_ul li .password_eye{width:2.4rem;height:2.4rem;margin-right:1rem;float:right; background: url("../../images/touch/invisible.png") center no-repeat;}
.lRF_touch .lRF_form .lRF_ul li .on{background-image: url("../../images/touch/visible.png");}
.lRF_touch .lRF_form .lRF_ul li input[type=text],
.lRF_touch .lRF_form .lRF_ul li input[type=password] {border:none;width:100%;height:2.4rem;line-height:2.4rem;background:none;float:left;font-family:"Microsoft YaHei";font-size:1.6rem;text-indent:0.5rem;}
.lRF_touch .lRF_form .lRF_ul li input.regIcode {width:66%;}
.lRF_touch .lRF_form .lRF_ul li input.getICode {width: 33%; float:left; background:#3da9f7; line-height:2.4rem; font-size:1.4rem; color:#fff; border:0;}
.lRF_touch .lRF_form .lRF_ul li input.getICode.unclick{background: #eee; color: #333;}
.lRF_touch .lRF_form .lRF_ul li input[type=password],
.lRF_touch .lRF_form .lRF_ul li input.password {width:80%;}
.lRF_touch .lRF_form .lRF_ul li input.disabled {color:#777;}
.lRF_touch .lRF_form .lRF_ul li input.invite {width:36%;}

/*--注册第一步--*/
.lRF_touch .lRF_form .lRF_ul li .codeImg{vertical-align: middle; width: 8rem; height: 2.6rem;}
.lRF_touch .lRF_form .lRF_ul li select.selectPhone{width: 30%; float: left; border-right: solid #ddd 1px; text-indent: 0.5rem; border-radius: 0; background: url("../../images/touch/select.png") right 0.8rem center no-repeat #fff;}
.lRF_touch .lRF_form .lRF_ul li input.phoneInput{width: 70%; text-indent: 1em;}
.lRF_touch .lRF_form .lRF_ul li .imgButton{width: 33%;}
.lRF_touch .lRF_form .lRF_ul li.selectCountry select{width: 100%; background: url(../../images/touch/select.png) right 0.5rem center no-repeat #fff; background-size: 0.8rem 0.6rem;}
.lRF_touch .lRF_form .lRF_ul li.selectCity{display: flex;}
.lRF_touch .lRF_form .lRF_ul li.selectCity .selectList{flex: 1; margin-right: 0.8rem;}
.lRF_touch .lRF_form .lRF_ul li.selectCity .selectList:last-child{margin: 0;}
.lRF_touch .lRF_form .lRF_ul li.selectCity select{width: 100%; background: url(../../images/touch/select.png) right 0.5rem center no-repeat #fff; background-size: 0.8rem 0.6rem;}
.lRF_touch .lRF_form .protocol{line-height:20px; padding: 1rem 1rem 1.6rem;}
.lRF_touch .lRF_form .protocol i{float:left; width: 1rem; height:1rem; border:1px solid #ccc; background:#eee; border-radius:2px; margin: 0.3rem 0.6rem 0 0;}
.lRF_touch .lRF_form .protocol i.on{background:url(../../images/regLogForget/checkboxon.png) center no-repeat #eee;}
.lRF_touch .lRF_form .protocol i.error{border: 1px solid #e67d6d; box-shadow: 1px 1px 3px #e67d6d;}
.lRF_touch .lRF_form .protocol .agreement_btn{color:#3da9f7;}

/*--- 忘记密码模块 ---*/
.lRF_touch .forget_box {height:2.5rem;overflow:hidden;position:relative;}
.lRF_touch .forget_box .forget {float:right;margin:0.5rem 5% 0;line-height:1.8rem;font-size:1.5rem;color:#3da9f7;text-decoration:none;}
/*--- 按钮模块 ---*/
.lRF_touch .btn_box {padding-top:5px;}
.lRF_touch .btn_box input[type=button] {width:94%; height:4rem; line-height:4rem;display:block;margin:0 auto;background:#39f;font-size:1.8rem;color:#fff;border:none;border-radius:5px;}
.lRF_touch .btn_box input[type=button].cancal {background:#ddd;color:#666;}
.lRF_touch .btn_box p {width:94%;margin:2.5rem auto 0;text-align:center;}
/*--赠送1周VIP--*/
.lRF_touch .freeVIP{width: 94%; margin: 2rem auto; padding: 1.2rem 0; background: #e8e8e8; border-radius: 1rem;}
.lRF_touch .freeVIP h3{font-size: 1.8rem; font-weight: bold; text-align: center; padding-bottom: 0.8rem;}
.lRF_touch .freeVIP p{font-size: 1.4rem; padding: 0 1.6rem; line-height: 2rem;}

/*---登录、注册、忘记密码 页面公共部分 （以上更改需谨慎，需谨慎，需谨慎！！！）

/*--- 登录页面  ---*/
.login_body{background:#fff;}
.login_body .TabBox{padding: 2rem 2rem 0; text-align: center;}
.login_body .TabBox a{width: 40%; display: inline-block; font-size: 1.6rem; background: #e6e6e6; margin: 0 2%; line-height: 3.8rem; border-radius: 0.5rem 0.5rem 0 0;}
.login_body .TabBox a.on{background: #39f; color: #fff;}
.login_body .TabItem{display: none;}
.login_body .TabItem.on{display: block;}

.lRF_touch .lRF_form .login_ul {/*background:#f2f6f9;*/}
.lRF_touch .btn_box input.login {background:#39f;width:47%;}
.lRF_touch .btn_box .register {text-align:center;border-radius:5px;width:47%;height:4rem;line-height:4rem;display:block;margin:0 auto;background:#ff9831;font-family:"Microsoft YaHei";font-size:1.7rem;color:#fff;border:none;}

/*--- 注册页面 ---*/
.lRF_touch .btn_frame input.register_touch {background:#ff9831;}

/*--完善信息--*/
.reg_info_frame{}
.reg_info_frame .regInfo_title{font-size: 2rem; text-align: center; line-height: 5rem; background: #0060a9; color: #fff;}
.reg_info_frame .regInfo_tips{background: #f5f5f5; line-height: 2rem; padding: 1rem;}
.reg_info_frame .regInfo_tips h4{font-size: 1.3rem;}
.reg_info_frame .regInfo_tips b{color: #1c93d7;}
.reg_info_frame .regInfo_tips p{font-size: 1.2rem; text-indent: 1em;}
.reg_info_frame .reg_info_form{padding: 1rem 1rem 2rem;}
.reg_info_frame .reg_info_form .reg_info_list{padding: 0.2rem 0;}
.reg_info_frame .reg_info_form .reg_info_list .reg_label{line-height: 2.6rem;}
.reg_info_frame .reg_info_form .reg_info_list input{width: 90%; float: left; height: 3rem; border: solid #ccc 1px; border-radius: 0.2rem; text-indent: 0.5em; box-sizing: border-box;}
.reg_info_frame .reg_info_form .reg_info_list select{height: 3rem; float: left; text-indent: 0.4rem; border: solid #ccc 1px; border-radius: 0.2rem; background: url("../../images/touch/select.png") right 0.5rem center no-repeat #fff; background-size: 0.8rem 0.6rem;}
.reg_info_frame .reg_info_form .reg_info_list.selectCountry select{width: 90%;}
.reg_info_frame .reg_info_form .reg_info_list.selectCountry img{height: 2rem; float: left; margin: 0.5rem 0 0 0.2rem;}
.reg_info_frame .reg_info_form .reg_info_list.selectCity{width: 92%;}
.reg_info_frame .reg_info_form .reg_info_list.selectCity .selectList{width: 32%; margin-right: 1%; float: left;}
.reg_info_frame .reg_info_form .reg_info_list.selectCity .selectList select{width: 100%;}
.reg_info_frame .reg_info_form .reg_info_list .nameSelect select{width: 29%; margin-right: 1%;}
.reg_info_frame .reg_info_form .reg_info_list .nameSelect input{width: 60%;}
.reg_info_frame .reg_info_form .reg_info_list .positionSelect select{width: 90%;}
.reg_info_frame .reg_info_form .reg_info_list.other .positionSelect{width: 29%; margin-right: 1%; float:left;}
.reg_info_frame .reg_info_form .reg_info_list.other .positionSelect select{width: 100%;}
.reg_info_frame .reg_info_form .reg_info_list.other .positionName{width: 60%; float: left;}
.reg_info_frame .reg_info_form .reg_info_list.other .positionName input{width: 100%;}
.reg_info_frame .reg_info_form .reg_info_list .contactInfo select{width: 29%; margin-right: 1%;}
.reg_info_frame .reg_info_form .reg_info_list .contactInfo .contactMobile{width: 60%;}
.reg_info_frame .reg_info_form .reg_btn_box{width: 90%; padding-top: 1.6rem;}
.reg_info_frame .reg_info_form .reg_btn_box input{width: 40%; height: 4rem; font-size: 1.8rem; border: none; border-radius: 5px;}
.reg_info_frame .reg_info_form .reg_btn_box .submit_btn{background: #39f; color: #fff; float: left;}
.reg_info_frame .reg_info_form .reg_btn_box .cancal_btn{background: #ddd; color: #666; float: right;}

/*--选择商户类型--*/
.lRF_touch .reg_last{padding: 0 1rem;}
.lRF_touch .reg_last .reg_welcome{font-size: 3.2rem; text-align: center; padding: 1.6rem 0;}
.lRF_touch .reg_last .reg_select{padding: 0.5rem 1rem;}
.lRF_touch .reg_last .reg_select label{line-height:3.6rem; font-size: 1.8rem;}
.lRF_touch .reg_last .reg_select select{width: 100%; height: 3.5rem; text-indent: 1rem; background: url("../../images/touch/select.png") right 1rem center no-repeat #fff; border: solid #ccc 1px; border-radius: 0.2rem; outline: none;}
.lRF_touch .reg_last .reg_select .readonly{width: 100%; height: 3.5rem; display: block; text-indent: 1rem; border: solid #ddd 1px;}
.lRF_touch .reg_last .reg_tips{padding: 0.5rem 1rem 1.5rem;}
.lRF_touch .reg_last .reg_tips h3{font-size: 1.7rem; line-height: 3.2rem; font-weight: normal;}
.lRF_touch .reg_last .reg_tips p{font-size: 1.6rem; line-height: 2.8rem;}
.lRF_touch .reg_last .reg_tips p i{width: 2rem; height: 2rem; text-align: center; line-height: 2rem; display: inline-block; font-style: normal; background: #eee; border-radius: 50%; vertical-align: middle; margin-right: 0.6rem;}
.lRF_touch .reg_last .reg_tips img{width: 14rem; display: block; margin: 1rem auto;}
.lRF_touch .reg_last .btn_box input[type=button]{width: 60%;}

		/*--- 验证码弹窗模块 （暂备用） ---*/
.lRF_touch .icode_frame {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);}
.lRF_touch .icode_frame .icode_box {box-shadow:1px 1px 5px #fff;position:fixed;top:50%;left:50%;width:90%;margin-top:-84px;margin-left:-45%;background:#fff;border-radius:5px;}
.lRF_touch .icode_frame .icode_box .icode_text {padding:2rem 1rem;}
.lRF_touch .icode_frame .icode_box .icode_text .icode_label {font-size:1.6rem;padding-bottom:1rem;text-indent:0.5rem;}
.lRF_touch .icode_frame .icode_box .icode_text .regPCode {float:left;width:100%;text-indent:0.5rem;border:1px solid #ddd;border-right:0;line-height:32px;}
.lRF_touch .icode_frame .icode_box .icode_text .pcode_img {width:40%;height:34px;}
.lRF_touch .icode_frame .icode_box .icode_btn {float:left;width:50%;}
.lRF_touch .icode_frame .icode_box a {color:#3da9f7;border-top:1px solid #d2d2d2;text-decoration:none;display:block;text-align:center;font-size:1.8rem;padding:1.2rem 0;}
.lRF_touch .icode_frame .icode_box a.cancel {border-left:1px solid #d2d2d2;}

	/*--- 忘记密码页面  ---*/
.lRF_touch .lRF_form .forget_ul {background:#fff;}
.lRF_touch .lRF_form .lRF_ul li em.reset_password {width:6rem;}
.lRF_touch .lRF_form .lRF_ul li input.getCode {width:8.1rem;background:#f93;color:#fff;text-align:center;float:right;font-size:14px;border-radius:3px;padding:0 0.3rem;}
.lRF_touch .lRF_form .lRF_ul li input.getCode[disabled = 'disabled'] {background:#ddd;color:#555;}
.lRF_touch .forget_form .btn_box input[type=button] {width:44%;float:left;margin:0 2% 0 4%;}
.reset_success{text-align: center; padding-top: 5rem;}
.reset_success img{width: 12rem;}
.reset_success h3{font-size: 1.8rem; padding-top: 3rem;}
.reset_success a{width: 36%; height: 4rem; text-align: center; line-height: 4rem; display: block; margin: 3rem auto 0; background: #39f; font-size: 1.6rem; color: #fff; border-radius: 5px; text-decoration: none;}
/*--- 触屏端 登录、注册、忘记密码 页面 结束 ---*/


/*--- 触屏端 购买VIP、选择支付 页面 开始 ---*/

	/*--- 购买VIP页面  ---*/
		/*tab切换导航*/
.upgrade_frame .upgrade_tab {height:3.2rem;line-height:3.5rem;font-size:1.4rem;text-align:center;background:#fff;color:#f93;overflow:hidden;border-bottom:0.3rem solid #f93;padding:1rem 0 0 3.5%;}
.upgrade_frame .upgrade_tab .tab_item {float:left;color:#333;display:block;border-radius:0.5rem 0.5rem 0 0;padding:0 2rem;background:#eaedf2;margin-right:2rem;}
.upgrade_frame .upgrade_tab .tab_item.tab_items {padding:0 0.6rem;margin-right:3.4%;}
.upgrade_frame .upgrade_tab .tab_item.on {background:#f93;color:#fff;}
		/*产品模块*/
.upgrade_item {position:absolute;top:0;left:100rem;visibility:hidden;margin:2%;padding:4%;background:#fff;}
.upgrade_item.on {position:static;visibility:visible;}
.upgrade_item .master_item {border:.2rem solid #ddd;position:relative;padding:0% 5% 5%;}
.upgrade_item .master_item .master_ul li {float:left;width:50%;min-width:160px;padding:2% 0;}
.upgrade_item .master_item .master_ul .plan_note {width:100%;}
.upgrade_item .master_item .master_ul .plan_note .plan_name {font-size:2.4rem;line-height:2.8rem;padding:4% 0 2%;display:block;text-indent:-1rem;}
.upgrade_item .master_item .buy_price {color:#f93;font-size:2rem;padding:4% 0 6%;font-weight:bold;}
.upgrade_item .buy_vip_btn {text-align:center;display:block;border-radius:0.3rem;background:#3da9f7;color:#fff;height:4.2rem;line-height:4.2rem;font-size:1.6rem;}

.upgrade_item .giftWrap {padding:1.2rem 1.2rem 0;background:#fff;border:0.1rem solid #e5e5e5;}
.upgrade_item .giftWrap .giftTitle {font-size:1.8rem;line-height:2.2rem;border-left:0.8rem solid #fa5f02;text-indent:0.5rem;}
.upgrade_item .giftWrap .giftInput {text-indent:1rem;width:88%;font-size:1.8rem;color:#f00;display:block;line-height:3.6rem;margin:12% auto 14%;border:0.2rem solid #666;}
.upgrade_item .giftBtn {padding-top:12%;}
.upgrade_item .giftBtn .buy_vip_btn {width:100%;border:0;}


	/*--- 购买VIP选择购买方式页面  ---*/
.payFrame {padding:1rem;}
.payFrame .payList {background:#fff;border:0.1rem solid #ddd;border-top:0;margin-top:0.8rem;}
.payFrame .payList li {border-top:0.1rem solid #ddd;overflow:hidden;}
.payFrame .payList label {display:block;padding:1rem;position:relative;height:100%;}
.payFrame .payList .paySelect {float:left;margin:1.5rem 1rem 0 0;}
.payFrame .payList .payIco {float:left;width:4rem;margin-right:1rem;}
.payFrame .payList .payCon {overflow:hidden;line-height:2rem;}
.payFrame .payList .payCon small {color:#999;}
.payFrame .payBtn {float:left;border-radius:0.5rem;height:4.2rem;line-height:4.2rem;border:0;text-align:center;width:48%;margin-top:3.5rem;color:#fff;background:#3da9f7;font-size:1.6rem;}
.payFrame .payBtn.cancel {color:#666;background:#ddd;}

/*VIP升级-新版*/
.upgrade_frame {background:#f5f5f9;}
.upgrade_frame .upgrade_wrap {padding:3.25rem 0.4rem 0;}
.upgrade_frame .upgrade_wrap .upgrade_head {text-align:center;}
.upgrade_frame .upgrade_wrap .upgrade_head h2 {font-weight:normal;font-size:1.6rem;line-height:1.9rem;padding-bottom:1rem;}
.upgrade_frame .upgrade_wrap .upgrade_head .x_line {display:inline-block;width:3.2rem;height:0.2rem;background:#3ba3fb;}
.upgrade_frame .upgrade_wrap .upgrade_head .upgrade_des {font-size:1.4rem;line-height:1.9rem;color:#666;padding:1.55rem 0 1.9rem;}

.upgrade_frame .upgrade_wrap .upgrade_body {position:relative; padding: 6.6rem 0 3rem;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_bar {position:absolute; top: 3rem;  left:0; width:96%; margin:0 2%;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_bar dd {float:left;margin:0 1%;width: 28%;height:3.6rem;line-height:3.6rem;text-align:center;border-radius:0.5rem 0.5rem 0 0;font-size:1.3rem;color:#fff;transition:all 100ms linear;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_bar dd.green{background: #4da4be;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_bar dd.blue{background: #7047ec;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_bar dd.violet{background: #0060a9;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_bar dd.black{background: #041c2f; line-height: 1.5rem; padding: 0.5rem 0; box-sizing: border-box;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_bar dd.on {width: 38%; height: 4.6rem; line-height: 4.6rem;font-size:1.6rem; margin-top: -1rem;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_bar dd.black.on{line-height: 2rem; padding: 1rem 0;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part {background:#fff;border-radius:0.5rem;box-shadow:0rem 0.05rem 1rem 0rem #ddd;padding-bottom:1.6rem;display:none;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part.on {display:block;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_price {font-size:1.8rem;line-height:1;padding-top:2.3rem;text-align:center; position: relative;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_price .discount{width: 7.2rem; height: 6.5rem; position: absolute; left: 50%; margin-left: 5.6rem; top: 0; background: url("../../images/tradeService/mDiscount.png"); z-index: 99;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_excess {font-size:1.4rem; text-align:center; padding-top: 1rem;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_note {font-size:1.2rem;color:#666;line-height:1.6rem;text-align:center;padding: 0.6rem 0 2.3rem;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_stars{padding-top: 0.4rem;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_ul {border-top:0.1rem solid #ccc;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_ul li {border-bottom:0.1rem solid #ccc;font-size:1.4rem;line-height:4.2rem;text-indent:1.25rem;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_ul li .price{float: right; padding-right: 1.3em;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_ul li .data_nums{height: 4.2rem;float:right;text-align:center;text-indent:0;font-size:1.3rem;width:20%;border-left:0.1rem solid #ccc;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_ul li img {width:2rem; height:2rem; margin-top: -0.4rem; vertical-align: middle; display: inline-block;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_ul li small{color: #888; margin-left: 0.6rem;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_btn {display:block;margin:1.6rem auto 0;font-size:1.4rem;color:#fff;background:#ff9300;width:80%;padding:1.5rem 0;border-radius:0.5rem;text-align:center;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_btn.searchEmail {background:#3ba3fb;}
.upgrade_frame .upgrade_wrap .upgrade_body .upgrade_part .upgrade_btn.disabled {background:#ccc;}
.upgrade_frame .upgrade_wrap .real_card_box {overflow:hidden;}
.upgrade_frame .upgrade_wrap .real_card_box .real_card_input {float:left;width:70%;height:4.4rem;line-height:4.4rem;font-size:1.3rem;border-radius:0.5rem 0 0 0.5rem;border:0;text-indent:1rem;}
.upgrade_frame .upgrade_wrap .real_card_box .real_card_btn {float:left;width:30%;height:4.4rem;line-height:4.4rem;font-size:1.4rem;background:#373b48;border-radius:0 0.5rem 0.5rem 0;text-align:center;color:#fff;}

/*VIP升级购买-购买成功后开通*/
.paySuccess {margin:1rem;padding-bottom:5rem;background:#fff;}
.paySuccess .successTips {font-size:2.8rem;padding:5rem 0;text-align:center;}
.paySuccess .successTips .ico {display:inline-block;width:3rem;height:3rem;vertical-align:text-top;margin:0 1rem;background:url(../../script/plugin/layer/skin/default/icon.png) -3rem 0 no-repeat;}
.paySuccess .successData {font-size:1.6rem;text-align:center;line-height:1;padding-bottom:1.2rem;}
.paySuccessBtn {display:block;text-align:center;background:#3da9f7;color:#fff;font-size:1.8rem;border-radius:0.5rem;height:5rem;line-height:5rem;margin:3rem 1rem 0;}

/*
	海关数据 报表 查看邮箱和联系方式 buyerContact.jsp
	add by LGL 2015.12.29
*/
.buyer_contact .view_btn {border:.1rem solid #3588ff;color:#3588ff;padding:0 1rem;line-height:2.4rem;height:2.4rem;border-radius:3px;margin-top:1rem;display:inline-block;}
.buyer_contact .buyer_card {padding-top:1rem;}
.buyer_contact .buyer_card p {padding:.5rem 0;text-align:center;}


/*触屏端海关数据*/
.wxindex{width:100%;}

.wsearch_banner{position:relative;}

.wechat_search_box{position:absolute;top:0;width:100%;}
.wechat_search_box .search_border{width:80%;margin:16% auto 0;border:solid #ee6c16 0.2rem;border-radius:0.1rem;height:3.2rem;}
.wechat_search_box input[type=text] {width:75%;float:left;border:0;font-size:1.4rem;height:3.2rem;text-indent:.5rem;border-radius:0;}
.wechat_search_box input[type=submit] {width:25%;border:0;height:3.2rem;float:left;text-align:center;border-radius:0;background:#ee6c16;color:#fff;font-size:1.6rem;}

.wxindex .intro_label {background:#3ba9f6;color:#fff;border-radius:.5rem;width:25rem;margin:0 auto;font-size:1.6rem;text-align:center;height:3.2rem;line-height:3.2rem;position:relative;}
.wxindex .intro_label i {position:absolute;left:50%;margin-left:-.5rem;top:3.1rem;width:0;height:0;display:inline-block;overflow:hidden;border-top:0.8rem solid #3ba9f6;border-left:0.8rem solid transparent;border-right:0.8rem solid transparent;}
.wxindex .intro_list {margin:0 1.5rem;}
.wxindex .intro_list img {width:100%;}
.wxindex .intro_list2 {text-align:center;background:#eff5fc;line-height:2.2rem;padding:5% 0 8%;margin:0 1.5rem;border-radius:1rem;font-size:1.2rem;}


/*---买家名片-宣传文案页---*/
.buyercard_body img.buyercard_top{width:35%;padding:2rem 0 .5rem 1.5rem;}
.buyercard_body .buyercard_btn{display:block;margin:3rem 1.5rem;font-size:2rem;line-height:4rem;text-align:center;text-decoration:none;background:#3ba9f6;color:#fff;}
.buyercard_body .buyercard_note{padding:2rem 1.5rem;}
.buyercard_body .buyercard_note li{width:100%;height:auto;position:relative;padding-bottom:2rem;}
.buyercard_body .buyercard_note li img{width:100%;}
.buyercard_body .buyercard_note li p{font-size:1.3rem;position:absolute;top:28%;left:25%;}
/*---买家名片-宣传文案页 end---*/

/*---代理加盟-首页---*/
.touchCooperationWarp {background:#f4f5f9;}
.touchCooperationWarp .cooperationHead {color:#fff;background:#373b48;text-align:center;padding-bottom:2rem;}
.touchCooperationWarp .cooperationHead h2 {font-size:1.8rem;line-height:1;padding-top:3rem;font-weight:normal;}
.touchCooperationWarp .cooperationHead .word {font-size:1.2rem;line-height:1;padding:1.8rem 0 2rem;}
.touchCooperationWarp .cooperationJoin {display:inline-block;width:12rem;height:3rem;line-height:3rem;background:#fbcf3e;border-radius:0.5rem;color:#333;font-size:1.4rem;letter-spacing:0.1rem;text-align:center;}

.touchCooperationWarp .cooperationPart {}
.touchCooperationWarp .cooperationPart.bgWhite {background:#fff;}
.touchCooperationWarp .cooperationPart h2 {font-size:1.6rem;line-height:1;padding-top:2.3rem;font-weight:normal;text-align:center;}
.touchCooperationWarp .cooperationPart .sline {width:3.2rem;height:0.2rem;background:#1f96fa;margin:0.9rem auto 0;}
.touchCooperationWarp .cooperationPart .partOneList {padding-bottom:0.3rem;}
.touchCooperationWarp .cooperationPart .partOneList li {padding:1.3rem 3.6rem 1.7rem;overflow:hidden;}
.touchCooperationWarp .cooperationPart .partOneList li img {display:block;float:left;width:6.4rem;height:6.4rem;margin-right:1.3rem;}
.touchCooperationWarp .cooperationPart .partOneList li .liHead {font-size:1.6rem;color:#3ba3fb;padding:0.5rem 0 0.8rem;}
.touchCooperationWarp .cooperationPart .partOneList li .liCon {font-size:1.2rem;}

.touchCooperationWarp .cooperationPart .partTwoTitle {font-size:1.4rem;color:#666;text-align:center;padding:1.3rem 0;}
.touchCooperationWarp .cooperationPart .partTwoBox {position:relative;padding:6.5rem 0;}
.touchCooperationWarp .cooperationPart .partTwoBox li {position:absolute;top:0;width:5.6rem;font-size:1.4rem;color:#333;}
.touchCooperationWarp .cooperationPart .partTwoBox li span {position:absolute;width:100%;}
.touchCooperationWarp .cooperationPart .partTwoBox li em {display:block;width:1rem;height:1rem;border-radius:50%;border:0.5rem solid #ff9300;margin:0 auto;}
.touchCooperationWarp .cooperationPart .partTwoBox li.partTwoBg {position:static;width:18rem;height:18rem;margin:0 auto;}
.touchCooperationWarp .cooperationPart .partTwoBox li.partTwoBg img{width:100%;height:100%;display:block;}
.touchCooperationWarp .cooperationPart .partTwoBox li.one {top:6.4rem;left:50%;margin-left:-2.8rem;}
.touchCooperationWarp .cooperationPart .partTwoBox li.one span {top:-4.5rem;left:0;}
.touchCooperationWarp .cooperationPart .partTwoBox li.two {top:12.5rem;left:6.6rem;}
.touchCooperationWarp .cooperationPart .partTwoBox li.two span {top:-1rem;left:-4.5rem}
.touchCooperationWarp .cooperationPart .partTwoBox li.three {top:12.5rem;right:6.6rem;}
.touchCooperationWarp .cooperationPart .partTwoBox li.three span {top:-1rem;right:-4.5rem}
.touchCooperationWarp .cooperationPart .partTwoBox li.four {top:22.5rem;left:10rem;}
.touchCooperationWarp .cooperationPart .partTwoBox li.four span {top:2.5rem;left:0rem}
.touchCooperationWarp .cooperationPart .partTwoBox li.five {top:22.5rem;right:10rem;}
.touchCooperationWarp .cooperationPart .partTwoBox li.five span {top:2.5rem;left:0rem}
.touchCooperationWarp .cooperationPart .partTwoBox li.center {top:50%;left:50%;margin:-0.5rem 0 0 -2.8rem;}

.touchCooperationWarp .cooperationPart .partThreeBox {position:relative;padding:6.35rem 5.25rem 2rem;}
.touchCooperationWarp .cooperationPart .partThreeBox li {position:absolute;top:0;width:5.2rem;font-size:1.3rem;color:#333;}
.touchCooperationWarp .cooperationPart .partThreeBox li img {width:4rem;height:4rem;display:block;margin:0 auto;}
.touchCooperationWarp .cooperationPart .partThreeBox li em {display:block;width:1.2rem;height:1.2rem;border-radius:50%;background:#3ba3fb;margin:0.5rem auto;}
.touchCooperationWarp .cooperationPart .partThreeBox li span {display:block;text-align:center;}
.touchCooperationWarp .cooperationPart .partThreeBox li.partThreeBg {position:static;width:100%;height:100%;margin:0 auto;}
.touchCooperationWarp .cooperationPart .partThreeBox li.partThreeBg img{width:100%;height:100%;display:block;}
.touchCooperationWarp .cooperationPart .partThreeBox li.one {top:4.4rem;left:8.1rem;}
.touchCooperationWarp .cooperationPart .partThreeBox li.two {top:4.4rem;left:23rem;}
.touchCooperationWarp .cooperationPart .partThreeBox li.three {top:13.9rem;left:23rem;}
.touchCooperationWarp .cooperationPart .partThreeBox li.four {top:13.9rem;left:8.1rem;}
.touchCooperationWarp .cooperationPart .partThreeBox li.five {top:23.5rem;left:8.1rem;}
.touchCooperationWarp .cooperationPart .partThreeBox li.six {top:23.5rem;left:23rem;}

.touchCooperationWarp .cooperationSearch {margin-top:2.3rem;background:#373b48;padding:0 1.6rem 2.3rem;}
.touchCooperationWarp .cooperationSearch p {font-size:1.6rem;color:#fff;padding:2.3rem 0;text-align:center;}
.touchCooperationWarp .cooperationSearch .searchInput {display:block;border:0;border-radius:0.3rem;background:#fff;width:100%;height:2.2rem;line-height:2.2rem;padding:1rem 0;text-indent:1.2rem;}
/*---代理加盟-首页end---*/

/*---代理加盟-表单页面---*/
.touchCooperationForm {}
.touchCooperationForm li {padding:1.2rem 1.6rem;height:2.4rem;line-height:2.4rem;border-bottom:0.1rem solid #ccc;}
.touchCooperationForm li.cooperationLabel label {display:block;border-left:0.4rem solid #3ba3fb;font-size:1.4rem;color:#333;text-indent:1rem;}
.touchCooperationForm li.cooperationItem label {float:left;width:25%;text-align:right;font-size:1.4rem;color:#333;}
.touchCooperationForm li.cooperationItem input {display:block;width:75%;border:0;height:2.4rem;line-height:2.4rem;text-indent:1rem;}
.touchCooperationForm.regionSelect .select-wrap {width:75%;}
.touchCooperationForm.regionSelect .select-wrap .select_main {border:0;height:2.4rem;line-height:2.4rem;}
.touchCooperationForm.regionSelect .select-wrap .select_main .selectIcon {width:1.6rem;height:1.6rem;float:right;margin-top:0.4rem;}
.touchCooperationForm.regionSelect .select-wrap .select_con{position: fixed;left: 1.5rem;top: 1.5rem;right: 1.5rem;bottom: 1.5rem;width: auto;overflow: auto;}
.touchCooperationForm.regionSelect .on .select_con {display:block;}
.touchCooperationForm.regionSelect .regionSelectBox .regionSelectList li {padding:0;border:0;}
.cooperationSubmit {display:block;margin:1.8rem 1.6rem 2.75rem;text-align:center;font-size:1.4rem;color:#fff;background:#3ba3fb;line-height:4.4rem;border-radius:0.5rem;letter-spacing:0.1rem;}
/*---代理加盟-表单页面end---*/

/*---代理加盟-表单提交结果页面---*/
.touchCooperationResult {padding:7rem 0;text-align:center;}
.touchCooperationResult img {display:inline-block;width:6.5rem;height:6.5rem;}
.touchCooperationResult h1 {font-weight:normal;font-size:1.6rem;color:#333;padding:2.5rem 0 1.5rem;}
.touchCooperationResult p {display:inline-block;line-height:2rem;font-size:1.3rem;color:#666;text-align:left;}
.touchCooperationResult a.return {display:block;width:16rem;height:4.4rem;line-height:4.4rem;background:#3ba3fb;border-radius:0.5rem;color:#fff;margin:3rem auto 0;}
/*---代理加盟-表单提交结果页面end---*/

/*---找采购商-首页---*/
.taoWarp .taoSearchFrame {background:#373b48;padding-top:1.6rem;}
.taoWarp .taoSearchFrame h2 {font-size:1.9rem;line-height:1;padding:1.4rem 0 2.4rem;font-weight:normal;color:#fff;text-align:center;}
.taoWarp .taoSearchFrame .searchTab{margin: 0 1.6rem; height: 3.5rem;}
.taoWarp .taoSearchFrame .searchTab li{float: left; color: #fff; margin-right: 1rem; padding: 0 2rem; line-height: 2.8rem; margin-top: 0.7rem; border-radius: 0.4rem 0.4rem 0 0;}
.taoWarp .taoSearchFrame .searchTab li.AIemail{background: #ff9300;}
.taoWarp .taoSearchFrame .searchTab li.ordinary{background: #3ba3fb;}
.taoWarp .taoSearchFrame .searchTab li.on{line-height: 3.5rem; font-size: 1.5rem; margin-top: 0; padding: 0 2.5rem;}
.taoWarp .taoSearchFrame .searchTab li a{color: #fff;}
.taoWarp .taoSearchFrame .searchBox{height: 4.3rem; margin: 0 1.6rem; background: #fff; border-radius: 0.3rem;}
.taoWarp .taoSearchFrame .searchBox .searchSelect{width: 25%; height: 4.3rem; float: left; background: url("../../images/touch/select.png") right 0.4rem center no-repeat; background-size: 1rem auto; border: none; border-right: solid #ddd 1px; border-radius: 0; text-indent: 1rem;}
.taoWarp .taoSearchFrame .searchBox .searchInput{width: 60%; height: 4.3rem; float: left; border:0; background: none; text-indent:1.2rem;}
.taoWarp .taoSearchFrame .searchBox .emailInput{width: 85%; background: #fff; border-radius: 0 0.3rem 0.3rem 0.3rem;}
.taoWarp .taoSearchFrame .searchBox .otherInput{width: 85%;}
.taoWarp .taoSearchFrame .searchBox .searchBtn{width: 15%; height: 4.3rem; float: right; background: url("../../images/touch/cooperation/search.png") center no-repeat; background-size: 2.5rem auto;}

.taoWarp .taoSearchFrame .searchWord {line-height:1;font-size:1.4rem;color:#fff;text-align:center;margin-top:2.1rem;}
.taoWarp .taoSearchFrame .searchNumber{padding: 0.8rem 1.6rem; color: #fff;}
.taoWarp .taoSearchFrame .searchNumber span{color: #fbcf3e; margin: 0 0.2rem;}
.taoWarp .taoSearchFrame .useTimes {margin:1.4rem auto 0;padding-bottom:2.9rem;overflow:hidden;width:30.7rem;}
.taoWarp .taoSearchFrame .useTimes .useTimeItem {float:left;background:#fff;font-size:1.7rem;color:#333;margin:0 0.15rem;width:3rem;padding:0.6rem 0 0.4rem;text-align:center;border-radius:0.3rem;}
.taoWarp .taoSearchFrame .useTimes .useTimeItems {float:left;color:#fff;width:0.5rem;margin-top:1rem;font-size:2.2rem;}
.taoWarp .taoSearchFrame .searchHistory {background:#fff;}
.taoWarp .taoSearchFrame .searchHistory .searchHistoryHead {font-size:1.4rem;padding:2rem 1.5rem;border-bottom:0.1rem solid #ccc;}
.taoWarp .taoSearchFrame .searchHistory .searchHistoryHead .clearHistory {float:right;color:#2ca0fb;font-size:1.3rem;}
.taoWarp .taoSearchFrame .searchHistory .searchHistoryList {padding:0.4rem 0.95rem 1.9rem;overflow:hidden;}
.taoWarp .taoSearchFrame .searchHistory .searchHistoryList .searchHistoryItem {float:left;border-radius:1.5rem;border:0.1rem solid #ccc;font-size:1.4rem;padding:0.55rem 1rem;margin:1.5rem 0.65rem 0;}
.taoWarp .taoDataShow {padding: 2.8rem 0 1.6rem;}
.taoWarp .taoDataShow h2 {font-size:1.6rem;font-weight:normal;text-align:center;}
.taoWarp .taoDataShow .slide {width:3.2rem;height:0.2rem;background:#1f96fa;margin:0 auto;margin-top:0.7rem;}
.taoWarp .taoDataShow .taoDataShowList {padding:1.3rem 0 0.45rem;}
.taoWarp .taoDataShow .taoDataShowList li {padding:1.2rem 1.6rem;border-bottom:0.1rem solid #ccc;}
.taoWarp .taoDataShow .taoDataShowList li img {display:block;float:left;width:4.9rem;height:4.9rem;padding: 2rem 1.2rem 0.8rem 0;}
.taoWarp .taoDataShow .taoDataShowList li p {font-size:1.6rem;color:#1f96fa;padding-bottom:0.6rem;}
.taoWarp .taoDataShow .taoDataShowList li small {font-size:1.2rem;line-height:1.6rem;}
.taoWarp .taoDataShow .taoDataShowList.supplier li img{padding: 0.6rem 1.2rem 0.8rem 0}

.taoWarp .taoToolShow {padding-bottom:1.8rem;}
.taoWarp .taoToolShow h2 {font-size:1.4rem;font-weight:normal;padding:1.5rem 1.65rem;border-bottom:0.1rem solid #ccc;}
.taoWarp .taoToolShow .taoToolContent {padding:1.8rem 1.75rem 0;font-size:1.2rem;line-height:2.4rem;}
/*---找采购商-首页end---*/

/*---找采购商-搜索页面---*/
.taoWarp .taoSearchFrame .searchNums {font-size:1.3rem;color:#fff;padding:1.05rem 1.6rem;}
.taoWarp .taoSearchFrame .searchNums .nums {color:#fbcf3e;}
.taoDataSearchFrame {height:4.7rem;line-height:4.7rem;border-bottom:0.05rem solid #ccc;}
.taoDataSearchFrame li {float:left;width:33.333%;height:100%;text-align:center;position:relative;}
.taoDataSearchFrame li .selectItem {display:block;border-right:0.05rem solid #ccc;}
.taoDataSearchFrame li.selectMore .selectItem {border:0;}
.taoDataSearchFrame li img {position:absolute;top:50%;right:50%;width:1.8rem;height:1.8rem;margin:-1rem -4.8rem 0 0;}
.taoDataResultList {}
.taoDataResultList li {padding:1.2rem 0;border-bottom:0.05rem solid #ccc;}
.taoDataResultList.discoveryResultList li {padding-bottom:0;}
.taoDataResultList li .discoveryCompany {font-size:1.4rem;padding:0.3rem 1.6rem;}
.taoDataResultList li .companyAbout {overflow:hidden;padding:0.3rem 1.6rem;}
.taoDataResultList li .companyAbout .contentNums {float:right;font-size:1.2rem;}
.taoDataResultList li .companyAbout .coutryFlag {float:left;width:2.3rem;height:1.6rem;}
.taoDataResultList li .companyAbout .countryName {float:left;font-size:1.3rem;color:#666;padding:0.1rem 0.8rem 0 0.8rem;}
.taoDataResultList li .companyAbout .resultUrl {display:block;text-align:center;overflow:hidden;font-size:1.3rem;color:#666;padding-top:0.2rem;}
.taoDataResultList li .companyAbout .resultTitle {display:block;padding:0.2rem 0.5rem;font-size:1.4rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.taoDataResultList li .companyCon {overflow:hidden;padding:0.3rem 1.6rem;font-size:1.2rem;}
.taoDataResultList li .companyCon .conLabel {display:block;color:#666;padding-top:0.2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.taoDataResultList li .companyCon .timesLabel {float:right;}
.taoDataResultList li .companyCon.discoveryCon {font-size:1.2rem;padding:0.8rem 1.6rem;margin-top:0.4rem;border-top:0.1rem dashed #ccc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#666;}

.noLoginBox, .noVipBox {padding:2.3rem 8rem;text-align:center;font-size:1.3rem;}
.noLoginBox .loginBtn, .noVipBox .vipBtn {display:inline-block;width:100%;padding:1.2rem 0;color:#fff;background:#3ba3fb;border-radius:0.5rem;margin-top:1.8rem;}

.taoSearchLoading {padding-top:1.6rem;text-align:center;position:relative; margin-bottom: 1rem;}
.taoSearchLoading .searchLoading {display:inline-block;width:2.2rem;height:2.2rem;vertical-align:middle;margin-right:0.8rem;box-sizing:border-box;border:0.2rem solid #ccc;border-top-color:#249aee;border-radius:50%;animation:loader-rotate 800ms linear infinite;}
.taoSearchLoading .searchLoadings {display:inline-block;width:4.5rem;height:4.5rem;vertical-align:middle;box-sizing:border-box;border:0.2rem solid #ccc;border-top-color:#249aee;border-radius:50%;animation:loader-rotate 800ms linear infinite;}
.taoSearchLoading .emailSearchProcess {display:inline-block;font-size:1.4rem;position:absolute;top:50%;left:50%;margin:0.1rem 0 0 -2rem;width:4rem;}

@keyframes loader-rotate {
  0% {
		transform: rotate(0);
	}
  100% {
		transform: rotate(360deg);
	}
}