@charset "utf-8";
*{ box-sizing: border-box; }
input::-ms-clear,
input::-ms-reveal
{
display:none;
}
input::clear,
input::reveal
{
display:none;
}
div::-webkit-scrollbar {
    display: none;
}

input::placeholder {
    color: #C0C4CC
}
div::scrollbar {
    display: none
}
body{font-family:"Microsoft YaHei","PingFang SC","Arial"; min-width:1200px; background: #EFF3F6; font-size: 14px; color: #333 }
body.active{ overflow: hidden; }
body .container{ margin:0 auto; padding: 0; width: 1200px}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0; margin: 0; border: 0;
}
.wrapper{ min-width:1200px;  }
.body{width: 100%;/* position: relative; */}
/* 超过指定宽度，用省略号代替 */
.ellipsis{display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

a:hover,.hover,a:focus{color:#00A1E9; text-decoration: none; outline: none}
.row{ margin: 0 !important; }
.btn,.form-control{border-radius:0;}
input{box-shadow:none !important;outline:none !important; -webkit-appearance: none;}
select{  -webkit-appearance: none; }
.no_border{border:none!important;}
ul,li,p,body,img{margin: 0;padding: 0;word-break: break-word;border: 0; }
html{  }
body{ padding-top: 80px;font-size: 14px;color: #333;position: relative;}
textarea{ resize: none; outline: none }
.transition5 {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.transition10 {
    -moz-transition: all 1s ease 0.2s;
    -webkit-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    -ms-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
}

.transition3 {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.requird{ color: red!important }
/*字体大小*/
.f12{ font-size: 12px; }
.f13{ font-size: 13px; }
.f14{ font-size: 14px; }
.f16{ font-size: 16px; }
.f18{ font-size: 18px; }
.f20{ font-size: 20px; }
.f22{ font-size: 22px; }
.f24{ font-size: 24px; }

/*字体颜色*/
.color_fff{ color: #fff }
.color_333{ color: #333 }
.color_666{ color: #666 }
.color_999{ color: #999 }
.color_000{ color: #000 }
body .color_red{ color: #00A3FF }
body .red{ color: #FF4F4F }

/*外边距*/
.margin_t10{ margin-top: 10px; }
.margin_t20{ margin-top: 20px; }
.margin_t30{ margin-top: 30px; }
.margin_t40{margin-top: 40px;}
.margin_b10{ margin-bottom: 10px; }
.margin_b20{ margin-bottom: 20px; }
.margin_b30{ margin-bottom: 30px; }
.margin_b40{ margin-bottom: 40px; }
.margin_l10{ margin-left: 10px; }
.margin_l20{ margin-left: 20px; }
.margin_l30{ margin-left: 30px; }
.margin_l40{ margin-left: 40px; }
.margin_r10{ margin-right: 10px; }
.margin_r20{ margin-right: 20px; }
.margin_r30{ margin-right: 30px; }
.margin_r40{ margin-right: 40px; }
.margin_lr10{ margin-right: 10px; margin-left: 10px; }
.margin_lr20{ margin-right: 20px; margin-left: 20px;}
.margin_lr30{ margin-right: 30px; margin-left: 30px;}
.margin_lr40{ margin-right: 40px; margin-left: 40px;}
.margin_tb40{ margin-top: 40px; margin-bottom: 40px;}

/*内边距*/
.pad_t5{ padding-top: 5px; }
.pad_t10{ padding-top: 10px; }
.pad_t20{ padding-top: 20px; }
.pad_t30{ padding-top: 30px; }
.pad_t40{ padding-top: 40px; }

.pad_b10{ padding-bottom: 10px; }
.pad_b15{ padding-bottom: 15px; }
.pad_b20{ padding-bottom: 20px; }
.pad_b30{ padding-bottom: 30px; }
.pad_b40{ padding-bottom: 40px; }

.pad_l10{ padding-left: 10px; }
.pad_l20{ padding-left: 20px; }
.pad_l30{ padding-left: 30px; }
.pad_l40{ padding-left: 40px; }

.pad_r10{ padding-right: 10px; }
.pad_r20{ padding-right: 20px; }
.pad_r30{ padding-right: 30px; }
.pad_r40{ padding-right: 40px; }

.pad_lr10{ padding-right: 10px; padding-left: 10px; }
.pad_lr20{ padding-right: 20px; padding-left: 20px; }
.pad_lr30{ padding-right: 30px; padding-left: 30px; }
.pad_lr40{ padding-right: 40px; padding-left: 40px; }

.pad_tb10{ padding-top: 10px; padding-bottom: 10px; }
.pad_tb15{ padding-top: 15px; padding-bottom: 15px; }
.pad_tb20{ padding-top: 20px; padding-bottom: 20px; }
.pad_tb30{ padding-top: 30px; padding-bottom: 30px; }
.pad_tb40{ padding-top: 40px; padding-bottom: 40px; }

.bg_fff{ background: #fff; }
.ellipsis-2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ellipsis-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mark{ display: none; width: 100%; height: 100%; position: fixed; left: 0 ;top: 0; z-index: 150; background: rgba(0,0,0,0.3); cursor: pointer; }
.img_no{background: url(../../img/img_no.jpg); background-repeat: no-repeat; background-position: center center; background-size:cover;}
.img_src{ width: 100%; height: 100%; background-position: center center; background-size: cover }

.loadding_d{ height: 40px; line-height: 40px; text-align: center; color: #666; font-size: 14px; cursor: pointer; }
.loadding_d img{  display: none; width: 14px; height: 14px; margin-right:5px; animation: loading 1s linear 0s infinite ; position: relative; top:-1px;}
.loadding_d.disabled img{ display: none }
.loadding_d.is_loading img{display: inline-block;}
@keyframes loading
{
0%   {transform: rotate(0deg)}
75%  {transform: rotate(270deg)}
100% {transform: rotate(360deg)}
}
.no_data{ text-align: center; padding: 30px 0;  font-size: 14px; color: #999}
.no_data img{ width:120px; margin-bottom: 10px; }

.over_hide{ overflow: hidden; }
#app{ display: none }
/*页码*/

/*页码*/
.new_pages{ line-height: 28px; color: #333; font-size: 14px; padding: 30px 0 }
.new_pages input,.new_pages select{ outline: none; width: 54px; height: 30px; border: 1px solid #008bf7; border-radius: 3px; padding-left: 5px}
.new_pages a{ display: inline-block; margin: 0 3px; border: 1px solid #D3D3D3;background: #fff;line-height: 28px; border-radius: 2px; color: #6F6F6F; padding: 0 5px;min-width: 30px; text-align: center;}
.new_pages a.r_n{ border-color: #C9C9CA }
.new_pages a.go{ color: #fff; background: #008bf7 }
.new_pages a.s_e{ color: #999 }
.new_pages a.active{ border-color: #008bf7; background: #008bf7; color: #fff; }
/*弹性盒子*/
/*.flex{-js-display:flex;display: flex; align-items: center;}
.flex_jc{-js-display:flex;display: flex; align-items: center; justify-content: center;}
.flex_c{flex-direction: column;}
.flex1{ flex:1; min-width: 0 }
.margin_a{ margin-left: auto }*/


.flex{ display: flex; }
.flex_ac_jc{ display: flex; align-items: center; justify-content: center; }
.flex_ac{ display: flex; align-items: center; }
.margin_a{ margin-left: auto }
.min_w{ min-width: 0}
.flex1{flex:1;}
.flex_d{flex-direction: column;}
.flex_s{flex-shrink: 0}
.flex_w{flex-wrap: wrap;}


body .sub_btn{display: inline-block;box-shadow: 1px 5px 8px rgba(0,0,0,0.06);min-width: 180px;padding: 0 20px;font-size: 18px;line-height: 64px;border-radius: 64px;color: #fff;background: #00A3FF;text-align: center;}
body .sub_btn.disabled{ background: #83c0ff }
body .sub_btn.no_bg{ background: none; color: #00A3FF; border: 1px solid #00A3FF; line-height: 38px;}
body .sub_btn.dark{ background: #ddd; color: #666; width: auto; padding: 0 15px; }
body .sub_btn.small{ min-width: 120px; font-size: 14px; line-height: 40px; border-radius: 3px; }
body .sub_btn .el-icon-loading{ margin-right: 5px; }
/*layer样式*/
body .layui-layer{ border-radius: 5px; }
body .layui-layer-dialog.my_confirm .layui-layer-content{ padding: 35px 20px;text-align: center;
    color: #333333;
    line-height: 24px;
    font-size: 22px;
  }
body .layui-layer-dialog.my_confirm .layui-layer-content p{ font-size:16px; color: #999999; padding: 0 30px; padding-top: 20px; line-height: 22px;  }
body .layui-layer-setwin .layui-layer-close2{ right: 1px;
    top: 4px; }
body .layui-layer-close2.layui-layer-ico{ background: url(../../img/pc/close2.png) center center no-repeat; }
body .layui-layer-close2.layui-layer-ico:hover{background: url(../../img/pc/close2.png) center center no-repeat;  }
body  .layui-layer-btn{ padding-bottom: 40px; }
body  .layui-layer-btn .layui-layer-btn0{display: inline-block;width: 176px;height: 50px;line-height: 50px;text-align: center;border-radius: 10px;color: #fff;font-size: 14px;background: #00A3FF;border: none;margin-right: 20px;}

body  .layui-layer-btn .layui-layer-btn1{  display: inline-block; width: 176px; height: 50px;  line-height: 50px; text-align: center; border-radius: 10px; color: #666; font-size: 14px;
background: #f8f8f8; background-size: auto 100%;
border: none;
  }
body .win_class_no_hide{ max-height: 80%!important }
body .win_class_no_hide.hide_tt .layui-layer-close{ display: none }
.article_win.layui-layer-page .layui-layer-content{ padding: 0px 20px 0px 20px; }
.article_div .title{ font-size: 20px; line-height: 30px;  }
.article_div .content{ padding: 20px 0; color: #666; font-size: 14px; line-height: 24px; }
.article_div .content img{ max-width: 100%; height: auto!important }
.article_win .content{ max-height: 600px; overflow: auto }
.article_win .article_div{ padding-top: 20px; }

/*body .layui-layer-page .layui-layer-content  { overflow: visible; }*/
.my_close_win{height: 100%;overflow: auto;}
body .my_close_win_title{ line-height: 50px; font-size: 16px; border-bottom: 1px solid #eee; color: #333 }
.my_close_win .title{/* padding:30px 0; */font-size: 18px;line-height: 70px;text-align: center;font-weight: bold;border-bottom: 1px solid #eee;}
.layui-layer-page .layui-layer-content .close_win_btn{display: block;width: 40px;height: 80px;text-align: center;line-height: 20px;position: absolute;left: 50%; margin-left: -20px; top:  -80px; z-index: 20;}


.input_box{padding-top: 10px; position: relative; }
.input_box .input_tt{line-height: 40px;color: #333;font-size: 14px;float: left;width: 30%;padding-right: 15px;text-align: right;}
.input_box .input_rr{overflow: hidden;position: relative;}
.input_box .input_rr input,.input_box .input_rr select,.input_box .input_rr textarea{width: 100%;height: 50px;border-radius: 5px;outline: none;padding: 0 10px;border: 1px solid #ddd;background: #fff;}
.input_box .input_rr input.active,.input_box .input_rr select.active{ border-color: #419BFF; }
.input_box .input_rr input.error,.input_box .input_rr select.error{ border-color:#00A3FF; }
.input_box .get_code,.input_box .get_code2{display: block;height:50px;color: #00A3FF; position: absolute; line-height: 50px;font-size: 14px;z-index: 2;text-align: center; right: 20px;}
.input_box .get_code.disabled,.input_box .get_code2.disabled{  color: #666; }
.input_box.full_width .input_tt{ width: 100%; float: none; text-align: left; }
.input_box.full_width .input_rr{ width: 100%; }

body .input_box .input_rr input.date_blue{ background-image: url(../img/date_icon.png); background-repeat: no-repeat; background-position: 95% center }
.input_box .verifyimg{display: block;width:100px;height:40px;margin-left: -1px;z-index: 2; position: relative;}


.small_input .input_box .input_tt{ line-height:30px }
.small_input .input_box .input_rr input,.small_input .input_box .input_rr select,.small_input .input_box .input_rr textarea{ height: 40px }
.small_input .input_box .get_code,.small_input .input_box .get_code2{height:40px;line-height: 40px; font-size: 12px; right: 10px;}
.small_input .input_box .get_code.disabled,.small_input .input_box .get_code2.disabled{  color: #666; }


/*头部公用*/
.header{width: 100%; height: 80px;background:#fff; position: fixed; left: 0; top: 0; z-index: 20;}
.header .header_main{ width: 1440px; height: 80px; line-height: 80px; margin: 0 auto; }
@media (max-width: 1500px){
    .header .header_main{ width: 1200px; }
}
.header.active{padding-top: 20px;}
.header .header_main .logo img{ height: 48px; }
.header .header_main .header_nav a{ font-size: 18px; height: 80px;line-height: 80px; float: left; display: block; color: #656565; padding:0 30px;}
.header .header_main .header_nav a:after{ content:' ';display: block; opacity: 0; width: 16px; height: 4px; border-radius: 4px; background: #00A3FF; margin: 0 auto; margin-top: -20px;}
.header .header_main .header_nav a.active,.header .header_main .header_nav a:hover{ color: #00A3FF; }
.header .header_main .header_nav a.active:after{ opacity: 1 }
.header .header_main .head_btn{ width: 120px; height: 40px; line-height: 38px; text-align: center; float: left; border: 1px solid #00A3FF; color: #00A3FF; border-radius: 4px; margin-left: 20px; margin-top: 20px;  }
.header .header_main .head_btn.bg{ background: #00A3FF; color: #fff; }
.header.active{ height: 120px; background: none; transition: 0.3s; }
.header.active .header_main .header_nav a{ color: #fff; }
.header.active .header_main .header_nav a.active,.header.active .header_main .header_nav a:hover{ color: #fff; }
.header.active .header_main .header_nav a:hover{ opacity: 0.8 }
.header.active .header_main .header_nav a:after{ background: #fff }
.header.active .header_main .head_btn{ border-color: #fff; color: #fff }
.header.active .header_main .head_btn.bg{ background: #fff; color: #00A3FF; }
.footer{line-height: 28px; background: #0083CB; color:#fff; text-align: center; }
.header .user_head_avatar img.avatar{ border-radius: 50%; width:40px; height: 40px; position: relative; top: -1px; margin-right: 10px;  }
.header .user_head_avatar a{ color: #656565; font-size: 18px; }
.header.active .header_main .user_head_avatar a{ color:#fff; }

/*首页*/

.index_banner{ height: 1026px; background-size: cover; background-position: center center; }
.index_banner .container{ padding-top: 280px; }
.index_banner .container .tt{font-size: 36px; font-weight: bold; color: #00A3FF; line-height: 40px; padding-bottom: 30px; }
.index_banner .container .pp{font-size: 28px; font-weight: bold; color: #333; line-height: 40px; padding-bottom: 20px; }
.index_content{  background-size: cover; background-position: top center; }
.index_common_tt{ padding: 140px 0 100px 0 }
.index_common_tt .tt{ width: 160px; margin: 0 auto; position: relative; color: #00A3FF; font-size: 36px; font-weight: bold; line-height: 40px; }
.index_common_tt .tt span{ display: block; width: 500px; opacity: 0.1; text-align: left; font-size: 28px; position: absolute; left: 5px; bottom: -15px; }
.index_common_tt .pp{ color: #8FD7FF; font-size: 20px; padding-top: 45px; }
.index_yewu_div{ margin-right: -60px; }
.index_yewu_div .box{width: 360px; height: 200px; transition: 0.3s; position: relative; padding: 35px 20px 20px 20px; display: block; margin-right: 60px; margin-bottom: 60px; float: left; border-radius: 10px;box-shadow: 0 11px 21px rgba(0,163,255,0.05); background: #fff}
.index_yewu_div .box:hover{ transform: translateY(-10px); box-shadow: 0 12px 36px rgba(0,163,255,0.1); }
.index_yewu_div .box .tt{ font-size: 18px; font-weight: bold; color: #333333; line-height: 24px; padding-bottom: 10px;}
.index_yewu_div .box .line{width: 60px; height: 2px; background: #00A3FF;}
.index_yewu_div .box .pp{padding-top: 10px; font-size: 14px; color: #656565; line-height: 24px;}
.index_yewu_div .box .icon{width: 56px; position: absolute; right: 80px; top: -38px; opacity: 0; transition: 0.3s;}
.index_yewu_div .box:hover .icon{ top: -58px;opacity: 1 }
.index_more{padding: 40px 0 50px 0; text-align: center;}
.index_more a{ display: inline-block; padding: 0 16px; font-size:14px; color: #00A3FF; line-height: 38px; border-radius: 40px; border: 1px solid #00A3FF; }
.index_more a img{ position: relative; top: -1px; margin-left: 3px; }
.index_process{ padding: 30px 0 200px 0; position: relative;}
.index_process .box{width: 16.66%; float: left; text-align: center; }
.index_process .box .img{ width: 100px; height: 80px; margin: 0 auto; text-align: center; line-height: 80px; }
.index_process .box .tt{ font-size: 16px; color: #656565; padding-top: 30px; }
.index_process .line{ width: 100%; position:absolute; left: 0; top: 125px; height: 2px; background: #00A3FF }
.index_process .line .b{ width: 16.66%; float: left; text-align: center; position: relative; top: -5px; }
.index_process .line .r{ width: 12px; height: 12px; margin: 0 auto; border-radius: 50%; border: 2px solid #00A3FF; background: #fff; }
.index_jiyun_div{ margin-right: -20px; }
.index_jiyun_div .box{width: 224px; height: 300px; transition: 0.3s; position: relative; padding: 20px 20px 20px 20px; display: block; margin-right: 20px; margin-bottom: 60px; float: left; border-radius: 10px;box-shadow: 0 11px 21px rgba(0,163,255,0.05); background: #fff  }
.index_jiyun_div .box:hover{ transform: translateY(-10px); box-shadow: 0 12px 36px rgba(0,163,255,0.1); }
.index_jiyun_div .box .img{width: 100%; height:140px; text-align: center; line-height: 140px;}
.index_jiyun_div .box .tt{ font-size:16px; color: #00A3FF; padding: 15px 0;}
.index_jiyun_div .box .pp{ line-height: 24px; color: #666; font-size: 14px; }

.index_foot{ height: 500px; background-size: cover; background-position: center center; }
.index_foot .text{ height: 500px; width: 460px; color: #fff; align-items: flex-start; padding-top: 180px; }
.index_foot .text .tt{ font-size: 24px; font-weight: bold; padding-bottom:20px; }
.index_foot .text .pp{font-size: 14px; padding-bottom:40px; }
.index_foot .text a{ display: block; width:120px; transition: 0.3s; height: 40px; text-align: center; border-radius: 40px; background: #fff; color: #00A3FF; font-size: 16px; line-height: 40px;  }
.index_foot .text a:hover{ opacity: .7 }


/*登录注册*/
.login_div{ width: 100%; height: 100%; background-position: center center; background-size: cover;  position: fixed; left: 0; top: 0}
.login_div .login_box{width: 500px; background: #fff; border-radius: 5px; padding: 40px;}
.login_main{width: 100%; position: absolute; top: 50%; margin-top: -220px;}
.login_div  .nav a{ font-size: 28px; display: block; color: #656565; margin-right: 25px;}
.login_div  .nav a:after{ content:' ';display: block; opacity: 0; width: 16px; height: 4px; position: relative; top: 3px; border-radius: 4px; background: #00A3FF; margin: 0 auto;}
.login_div  .nav a.active,.login_div  .nav a:hover{ color: #00A3FF; }
.login_div  .nav a.active:after{ opacity: 1 }
 
.el-form.el-form--label-top .el-form-item__label{ line-height: 20px; padding-bottom: 0 }
.login_div .el-form .el-form-item.is-required :before{display: none}
.big_input .el-form .el-input__inner{ height: 50px; line-height: 50px; }
.login_tips .a{ color: #333333; transition: 0.3s; cursor: pointer; user-select: none}
.login_tips .a a{ color: #00A3FF }
.login_tips .a:hover{ color:#00A3FF }
.login_tips .a img{ margin-right: 4px; position: relative; top: -1px; }
.get_code_input{ position: relative; }
.get_code_input .get_code,.get_code_input .get_code2{color: #00A3FF; line-height: 50px; position: absolute; right: 10px; top: 0; z-index: 5}
.get_code_input .get_code.disabled,.get_code_input .get_code2.disabled{ color: #999 }

/*帮助*/
.helps_div .notice{line-height: 28px; max-width: 100%; border: 1px solid #00A4FF; border-radius: 30px;  background: #D7EBF6; color: #656565;}
.helps_div .notice .tt{ float: left; margin-right: 10px; color: #00A4FF; font-weight: bold; }

.block_div{ background: #fff; border-radius: 5px; }
.common_icon_tt{ padding: 15px 20px; line-height: 30px; color: #00A3FF; font-size: 16px; font-weight: bold;}
.common_icon_tt img{ height: 20px; margin-right: 5px; position: relative; top: -1px; }

.helps_list .box{ padding: 30px; margin-bottom: 20px;}
.helps_list .box .tt{color: #00A3FF; font-size: 18px; font-weight: bold; line-height: 20px; padding-bottom: 20px;}
.helps_list .box .item{ padding: 10px 0; line-height: 24px; color: #333333; transition: 0.3s }
.helps_list .box .item a{color: #333333; transition: 0.3s; text-decoration: underline;}
.helps_list .box .item a:hover{ color: #00A3FF; }

.helps_list{margin-right: -20px;}
.helps_list .box_div{width: 386px; float: left; margin-right: 20px;}

/*个人中心*/
.user_container{ width: 1720px; margin: 0 auto;}
.user_left{ width: 280px; float: left; margin-right: 20px; position: relative; }
.user_left .bg{ width: 100%; position: absolute; left: 0; top: -47px; }
.user_left .avatar{ position: relative; width: 80px; height: 80px; margin: 0 auto; position: relative; top: -40px; margin-bottom: -40px; }
.user_left .avatar img{width: 80px; height: 80px; border-radius: 50%;}
.user_left .vip_icon{ width:84px; height: 24px; position: absolute; left: -2px; bottom: -8px;}
.user_left .vip_icon .icon{ width: 100%; height: 100%; position: absolute; left: 0; top: 0 }
.user_left .vip_icon .num{ height: 16px; line-height: 16px; color: #fff; position: absolute; left: 50px; font-size: 14px; font-weight: bold; top: 0; z-index: 2 }
.user_left .nickname{line-height: 54px; font-size: 20px; font-weight: bold; color: #333333; padding-top: 10px;}
.user_left .auth_div a{ display: inline-block;width: 36px; margin:  0 12px; height: 36px;position: relative;}
.user_left .auth_div a img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.user_left .auth_div a img.img1{ display: block; }
.user_left .auth_div a img.img2{ display: none; }
.user_left .auth_div a.active img.img1{ display: none; }
.user_left .auth_div a.active img.img2{ display: block; }
.user_left .links .item{ width: 50%; float: left; text-align: center;  }
.user_left .links .item a{ display: inline-block; width: 100px; line-height: 38px; border-radius: 40px; font-size: 14px; color: #656565; transition: 0.3s }
.user_left .links .item a:hover{ opacity: 0.8 }
.user_left .links .item a.btns{ border:1px solid #00A3FF; color: #00A3FF }
.user_left .links .item a.btns.bgs{ background:#00A3FF; color: #fff  }
.user_left .moneys .item{width: 100%;  text-align: center;}
.user_left .moneys .item .tt{font-size: 24px; color: #00A3FF; font-weight: bold; padding-bottom: 10px;}
.user_left .moneys .item .pp{font-size: 14px; color: #656565;}
.user_left .moneys .item.red .tt{ color: #FF4F4F }
.user_common_tt{ line-height: 52px; color: #333; font-weight: bold; font-size: 16px; }
.user_common_tt a.more{ color: #00A3FF; font-size: 14px; font-weight: normal; }
.user_common_tt a.more img{height: 14px; position: relative; top: -1px; margin-left: 5px;}

.notice_l .box{ display: block; line-height: 34px; color: #333333; transition: 0.3s }
.notice_l .box:hover{ color: #00A3FF; }
.notice_l .box .item{ color: #666 }

.user_right{ width: 280px; margin-left: 20px; }



.u_banner{ border-radius: 3px; overflow: hidden; }
/* banner -S */
.home_banner{position: relative;z-index: 0;width:100%;height:240px;margin:0 auto;overflow: hidden;}
.home_banner ul,.home_banner .banner_li{list-style:none;padding:0;}
.home_banner .imagelist{margin-bottom:0px; height: 100%; position: relative;}

.home_banner .imagelist ul,.home_banner .imagelist .banner_li{height:100%;}
.home_banner .imagelist>.banner_li{float:left;height:100%;overflow:hidden;width: 100%;}
.home_banner .imagelist .block{width:100%;height:240px;display:block;background:no-repeat center; background-size:cover; position: relative; }
.home_banner .imagelist .block video{width: 100%;height: 100%;position: absolute;left: 0;background: #000;top: 0;}
.home_banner .point{position: absolute;z-index: 40;width: 100%;bottom: 15px;left:0;text-align: center; padding-right: 20px }
.home_banner .point:hover{  }
.home_banner .point>li{ display: inline-block; *display: inline; *zoom:1; cursor: pointer;  border-radius: 4px; width:10px;height:4px;border:none;margin:0 2px; background:#fff; transition: 0.3s; -webkit-transition: 0.3s;}

.home_banner .point>li.on{ width: 20px; }
/*图片左右切换公共样式 -S*/
.home_banner .imageCheck span{position: absolute;z-index: 40;top:50%;display: block;width: 40px; opacity: 0; height:80px;margin-top:-40px;background-position: center;background-repeat:no-repeat; cursor: pointer;transition:0.3s;}

.home_banner .imageCheck .prev{left:0px;background-image: url(../img/banner_leftarrow.png); transition: 0.3s; -webkit-transition: 0.3s;}
.home_banner .imageCheck .next{right:0px;background-image: url(../img/banner_rightarrow.png);transition: 0.3s; -webkit-transition: 0.3s;}

.home_banner:hover .imageCheck .prev{ left: 30px; opacity: 1;   }
.home_banner:hover .imageCheck .next{ right: 30px; opacity: 1; }
.home_banner .imageCheck .prev:hover{ transform: scale(1,0.7); -webkit-transform: scale(1,0.7); }
.home_banner .imageCheck .next:hover{ transform: scale(1,0.7); -webkit-transform: scale(1,0.7); }

.user-center .dai_items .item{width: 14.285%; display: block; transition: 0.6s; padding: 16px 0; float: left; text-align: center;}
.user-center .dai_items .item:hover{ transform: translateY(-5px); }
.user-center .dai_items .item img{ width: 80px; height: 80px; }
.user-center .dai_items .item div{color: #333333; padding-top: 25px;}
.user-center .el-form .el-form-item.is-required :before{display: none}
.user-center .el-form-item{ margin-bottom: 6px; }
.user_right .gong_items{ margin-top: 3px; }
.user_right .gong_items .item{width: 50%; display: block; transition: 0.6s; padding: 14px 0; float: left; text-align: center;}
.user_right .gong_items .item:hover{ transform: translateY(-5px); }
.user_right .gong_items .item .img{ width:50px; height: 50px; margin: 0 auto; line-height: 50px; }
.user_right .gong_items .item div.tt{color: #333333; padding-top: 8px;}
.full_w{ width: 100% }
.user_right .user_sstw .img img{ margin-top: 18px; }

@media (max-width: 1700px){
    .user_container{ width: 1440px; }
}

/*@media (max-width: 1440px){
    .user_container{ width: 1200px; }
}*/

.el-select{ width: 100% }

.html_content{ line-height: 24px; color: #333; overflow: auto; font-size: 14px; }
.html_content img{ max-width: 100%; height: auto; }
/*修改资料*/
.common_tt_nav{ display: inline-block; margin-left: 40px; }
.common_tt_nav a{ position: relative; display: inline-block; padding: 0 25px; font-size: 14px; color: #656565; transition: 0.3s; height: 30px; line-height: 30px; font-weight: normal;  }
.common_tt_nav a:after{ width: 100%; height: 2px; background: #00A3FF; content:' ';display: none; position: absolute; left: 0;  bottom: -15px  }
.common_tt_nav a.active:after{ display: block; }
.common_tt_nav a:hover,.common_tt_nav a.active{color: #00A3FF}
.edit_base_info{padding: 180px 0;}
.edit_base_info .avatar{ width: 120px; height: 120px; margin: 0 auto; margin-bottom: 20px; position: relative; border-radius: 50%; overflow: hidden; }
.edit_base_info .avatar img{ width: 100%; height: 100%; float: left; }
.edit_base_info .avatar a{ display: block; width: 100%;  height: 100%; background: rgba(0,163,255,0.2); line-height: 120px; text-align: center; color: #fff; font-size: 20px; position: absolute; left: 0; top: 0; z-index: 2 }
.edit_base_info .nickname{font-size: 16px; text-align: center; line-height: 36px;}
.edit_base_info .nickname a img{ position: relative; top: -1px; }
.edit_base_info .nickname span{ font-weight: bold; }
body .el-dialog__body{ padding-bottom: 0 }

.tailoring-container_div{ display: none; width: 1000px; position: fixed; left: 50%; margin-left: -500px;top: 50%; margin-top: -300px; }
body .el-select-dropdown{ z-index: 29891018!important }

.hide_input_d{ position: relative; }
.hide_input{width: 0!important;height: 0!important; opacity: 0!important; position: absolute; left: 0; top: 0}
/*认证*/
.edit_info_form .moni_select{ min-width: 10px; border-radius: 3px;  }
.edit_info_form .moni_select input{ width: 0; height: 0; opacity: 0; position: absolute; left: 0; top: 0 }
.id_card_img{  line-height: 135px; }
.id_card_img .item_s{ width: 50%; }
.id_card_img .tt{ line-height: 30px;  }
.id_card_img .img{width:255px;height: 150px; border: 1px solid #eee;background: #F9F9F9;text-align: center;}
.id_card_img .img{ line-height: 1.5; color: #999999}
.id_card_img .img .up_icon{ margin-top: 35px; margin-bottom: 10px; }
.id_card_img .img input{ width: 0; height: 0; opacity: 0 }
.id_card_img .img .img_src{ position: relative; }
.id_card_img .img .img_src a{display: block; width: 20px; height: 20px; position: absolute; right: 0; top: 0;}
.id_card_img .img .img_src a img{width: 100%;float: left;height: 100%;}

/*银行卡*/
.base_bank_div{ padding: 25px; min-height: 640px;}
.base_bank_div .title{ font-size: 16px; font-weight: bold; line-height: 40px;}
.base_bank_div .pp{ width: 800px; line-height: 24px; font-size: 12px; color: #656565 }
.bank_list .box{ width: 190px; transition: 0.3s; float: left; margin-right: 10px; margin-bottom: 10px; display: block; color: #333; border: 1px solid #C8C8C8; padding: 10px 13px; height: 80px; }
.bank_list .box .tt{font-size: 14px; line-height: 24px;}
.bank_list .box .p{ text-align: right; padding-top: 20px;}
.bank_list .box img{ margin: 5px 0 5px 0 }
.bank_list .box.add:hover{ border-color: #00A3FF }
.bank_list .box.active{ border-color: #00A3FF }
.bank_list .box.active .tt,.bank_list .box.active .p{ color:  #00A3FF}
/*微信*/
.wechat_list .box{ width: 120px; float: left; text-align: center; padding: 15px 0; display: block; color: #333 }
.wechat_list .box .avatar{ width: 60px; height: 60px; border-radius: 50%; display: inline-block; position: relative; }
.wechat_list .box .avatar .img{ width: 100%; height: 100%; border-radius: 50%; position: absolute; left: 0; top: 0 }
.wechat_list .box .avatar .icon{ width: 16px; height: 16px; position: absolute; right: 0; top: 0; z-index: 2 }
.wechat_list .box .nickname{line-height: 24px; padding-top: 5px;}

/*支付宝*/
.alipay_list{ margin-right: -20px; }
.alipay_list .box{ display: block; width: 360px; height: 40px; box-shadow: 0 2px 6px rgba(0,0,0,0.06); float: left; padding: 0 15px; line-height: 40px; border-radius: 40px; background: #fff; margin-right: 25px; margin-bottom: 30px; }
.alipay_list a.box{ background: #F5F5F5; text-align: center;}
.alipay_list .box .icon{ position: relative; top: -1px; margin-left: 3px; }

/*财务中心*/
.user-capital{ position: relative; }
.user-capital .ser_nav_icon{ display: block; position: absolute; left: 0; line-height: 30px; position: absolute; top: -40px; color: #00A3FF; font-size: 16px; font-weight: bold; }
.user-capital .ser_nav_icon img{ margin-right: 5px; position: relative; top: -1px; }
.capital_nav{margin-right: -5px; position: relative;}
.capital_nav a{ display: block;float: left; color: #656565; width: 158px; height: 60px; line-height: 58px; border: 1px solid #fff; text-align: center; background: #fff; border-radius: 5px; margin-right: 5px; margin-bottom: 5px;}
.capital_nav a:hover,.capital_nav a.active{ border-color: #00A3FF }
.capital_nav a img{ margin-right: 5px; position: relative; top: -1px; }

.capital_list{ min-height: 600px; }
.capital_list .navs{ line-height: 30px;}
.capital_list .navs .a{ color: #333333; font-size: 16px; transition: 0.3s; margin-right: 30px }
.capital_list .navs .a:hover{ color: #00A3FF }
.capital_list .navs .a.active{ color: #00A3FF; font-weight: bold; }
.el-table td, .el-table th{ text-align: center; }
.el-table th{ background: #F9F9F9; color: #333 }
.el-table::before{ display: none }
.user_main{width: 1440px; margin: 0 auto}

body .el-dropdown-menu a{color: #666;display: block;}

/*订单*/
body .common_table tr th{ background:#F9F9F9; text-align: center; color: #333333; border-bottom: 1px solid #EDEDED; font-size: 14px; font-weight: normal; line-height: 34px; border-top: none }
body .common_table tr th.l{ text-align: left; }
body .common_table tr th.r{ text-align: right; }
body .common_table tr td{ border-top: none; border-bottom: 1px solid #EDEDED; line-height: 34px; }
.order_detail .order_title{line-height: 40px; font-size:14px; background: #F5F5F5; padding: 0 10px; }
body .common_table{border: 1px solid #EDEDED;overflow: hidden;}
body .common_table.no_border{ border: none }
body .common_table.no_border tr td{ border: none }
body .common_table.line_h32 tr td{ line-height: 16px; }

body .common_table.border_table {border:1px solid #EDEDED }
body .common_table.border_table tr th {border:1px solid #EDEDED; background: #E5F6FE }
body .common_table.border_table tr td {border:1px solid #EDEDED; text-align: center; }


/*汇率*/
.win_rate_tab{ line-height: 60px; font-size: 16px; border-bottom: 1px solid #eee }
.win_rate_tab a{ color: #333333; display: inline-block; width: 13.7%; text-align: center; }
.win_rate_tab a img{ position: relative; top: -1px; margin-right: 5px; }
.win_rate_tab a.active{ color: #00A3FF }
.win_rate_tab a.active .span{ width: 60px; height: 2px; background: #00A3FF; display: block; margin:0 auto; margin-top: -2px; }
.rate_input{ line-height: 40px; }
.rate_input .tts{ width: 60px; text-align: right; padding-right: 10px; color:#01A9EF; border-radius: 5px 0 0 5px; }
.rate_tt{ line-height: 24px; padding-left: 60px; }
.rate_input .rate_input_r{ border: 1px solid #eee;border-radius: 5px }
.rate_input .rate_input_r input{ height: 38px; border: none;  width: 100%; padding-left: 10px; }
.rate_input.rate_input_red .tts{ color: #EF436D  }
.rate_change{ padding: 10px 30px; text-align: center; }

/*通知公告*/
.notice_list .box{ display: block; color: #333333; border-bottom: 1px solid #eee; padding: 20px 0; }
.notice_list .box .r{ width: 30px; height: 30px; font-size: 12px; color: #fff; background: #00A3FF; border-radius: 50%; text-align: center; line-height: 30px; }
.notice_list .box .tt{font-size: 16px; line-height: 24px; transition: 0.3s }
.notice_list .box:hover .tt{ color:  #00A3FF }
.notice_list .box .pp{ font-size: 14px; line-height: 22px; color: #666; padding: 5px 0 10px 0 }
.notice_list .box .time{ color: #999; }

/*我要申诉*/
.appeal_list .box{  display: block; border-bottom: 1px solid #E9E9E9; line-height: 24px; padding: 20px 0px;}
.appeal_list .box .avatar{ width: 30px; height: 30px; border-radius: 50%; float: left; }
.appeal_list .box .tt{ font-size: 16px; font-weight: bold; line-height: 24px; padding-bottom: 5px; }
.appeal_list .box .pp{ font-size: 14px; color: #666; line-height: 24px; }
/*提现*/

.withdrawal_tip{ height: 80px; line-height: 80px; padding: 0 40px; background:#EEF9FF}
.withdrawal_tip .r{color: #999999}
.withdrawal_input{ height: 60px; line-height: 60px; position: relative; }
.withdrawal_input input{ width: 100%; height: 60px; border: none; font-size: 30px; border-bottom: 1px solid #eee; }
.withdrawal_input .twd{ position: absolute; right: 0; top: 0; font-size: 30px; color: #666; font-weight: bold; }

/*分享*/
.common_no_icon_tt{ font-size: 16px; font-weight: bold; line-height: 40px }
.share_nums_d{ width: 240px; padding-top: 30px; }
.share_nums_d .tt{font-size: 16px; padding-bottom: 10px;}
.share_nums_d .pp{font-size: 24px; font-weight: bold;}

/*集运*/
.transportation_div .left_d{ width: 200px; margin-right: 20px; }
.transportation_div .left_d .title{ line-height: 68px; color: #00A3FF; font-size: 16px; font-weight: bold; }
.transportation_div .left_d .title img{ position: relative; top: -1px; margin-right: 10px; }
.transportation_div .left_d .list_d a{ display: block; line-height: 48px; transition: 0.3s; text-align: center; color: #656565 }
.transportation_div .left_d .list_d a:hover{ color: #00A3FF; }
.transportation_div .left_d .list_d a.active{ color: #00A3FF; background:#E5F6FF  }
.transportation_div .left_d .list_d a span{ line-height: 20px; font-size: 12px; color: #fff; border-radius: 20px; background: #FF4F4F; padding: 0 5px; }
.transportation_div .el-form-item{ margin-bottom: 10px; }

.logistics_div .box{ border-left: 1px dashed #00A3FF; position: relative; padding-bottom: 30px; line-height: 24px;}
.logistics_div .box .time{ width: 120px; position: absolute; left: -140px; text-align: center; }
.logistics_div .box .r_d{ width: 48px; height: 48px;  margin-left: -24px; margin-right: 20px; float: left;}
.logistics_div .box .r_d img{ width: 100%; height: 100%; }
.logistics_div .box .over_hide{ padding-top: 12px; }
.logistics_div .box.active .over_hide{ color:#00A3FF  }

.address_table.el-table th{ background: #E5F6FE }

.trans_address_list .box{ width: 680px; margin-bottom: 10px; }
.trans_address_list .box .ops{ width: 120px; text-align: center; line-height: 40px; }
.trans_address_list .box .text{ border: 1px solid #ddd; transition: 0.3s; line-height: 38px; padding: 0 10px; cursor: pointer; }
.trans_address_list .box.active .text{ border-color: #00A3FF; color: #00A3FF }

.daifu_item{ line-height: 44px; font-size: 16px; }
.daifu_item .s_input{ width: 100px; height: 34px; border: 1px solid #ddd; margin: 0 5px; border-radius: 5px; padding: 0 10px; }

.transportation_div .bank_list .box{ cursor: pointer; }

/*代付*/
.sele_goods_mark{ width: 100%; height: 100%; position: fixed; z-index: 200; left: 0; top: 0; background: rgba(0,0,0,0.5)}
.sele_goods_mark .sele_goods{ width: 500px; position: absolute; left: 50%; margin-left: -250px; top: 50%; margin-top: -160px; background: #fff; border-radius: 5px; }
.sele_goods_mark .sele_goods .tt{ font-size: 18px; line-height: 30px; }
.sele_goods_mark .sele_goods .sele_items{padding: 60px 0; text-align: center;}
.sele_goods_mark .sele_goods .sele_items a{ display: inline-block; color: #333; width: 180px;}
.sele_goods_mark .sele_goods .sele_items a .pp{ font-size: 18px; padding-top: 15px; transition: 0.3s }
.sele_goods_mark .sele_goods .sele_items a:hover .pp{ color:#00A3FF  }

.daifu_notice{background: #E6F6FF; border-radius: 4px; padding:10px 10px; line-height:20px; font-size: 12px; color: #333333}
.daifu_notice img{ position: relative; top: -1px; margin-right: 5px; }

.daifu_title{line-height: 50px; font-weight: bold; color: #333333; font-size: 16px;}
.daifu_ali_account{ font-size: 16px; line-height: 40px; }
.daifu_ali_account .account{display: inline-block; height: 34px; line-height: 34px; color: #fff; padding: 0 40px; background: #00A3FF; border-radius: 34px; }
body .daifu_link{font-size: 14px; color: #00A3FF}
body .daifu_link img{ margin-right: 3px; position: relative; top: -1px; }
.common_border{ border-bottom: 1px solid #eee }

.dai_search{ line-height: 50px; font-size: 16px; }
.dai_search input{ width: 100px; height: 34px; border: 1px solid #eee; margin-right: -5px; font-size: 14px; padding-left: 10px; border-radius: 3px 0 0 3px; }
.dai_search .s_btn{ display: inline-block; height: 34px; line-height: 32px; border: 1px solid #00A3FF; padding: 0 24px; background: #00A3FF; color: #fff; font-size: 14px; border-radius: 0 3px 3px 0; }
.dai_goods_tt{ background: #E5F5FF; color: #00A3FF; line-height: 40px; padding: 0 20px; font-size: 14px; }

.dai_goods_list .box{ line-height: 38px; font-size: 14px; border: 1px solid #ddd; margin-top: 10px; padding: 0 10px; cursor: pointer; transition: 0.3s}
.dai_goods_list .box.active{ border-color: #00A3FF; background:  #E5F5FF}
.dai_goods_list .box img{ position: relative; top: -1px;}
.dai_goods_list .box .price{ margin-left: 20px; font-size: 16px; color: #FF4F4F }
.dai_goods_list .box .type{ font-size: 12px; border-radius: 3px; padding: 0 5px; display: inline-block; height: 16px; line-height: 16px; background: #FF4F4F; color: #fff; }
.dai_goods_list .box.active .price{ font-size: 18px; font-weight: bold; }
.dai_goods_list .box .l{ margin-right: 5px; }
.dai_goods_list .box .l img{ margin-right: 5px; }
.dai_search .goods_sub .s_btn{ border-radius: 3px;}
.dai_search .goods_sub .s_btn.border_s_btn{background: none; color: #00A3FF;}
.bank_list .box{ cursor: pointer; user-select: none }

.confirm_account_list{ margin-right: -40px; }
.confirm_account_list a{ display: block; line-height: 30px; color: #666; width: 300px; padding: 20px 30px; border-radius: 5px; border:1px solid #ddd; float: left; margin-right: 40px; margin-bottom: 40px;}
.confirm_account_list a.active{border:1px solid #00A3FF; color: #00A3FF}


.daifu_success .img{ width: 120px; }






/*抽奖*/
.luck_draw{  width: 100%; height: 100%; position: fixed; left: 0; bottom: -400px; z-index: 200;transition: 0.5s; -webkit-transition: 0.5s; background-image: url(../../img/cj/img_tanchung_bg.png) ; background-position: center bottom; background-repeat:  no-repeat; background-size: 100% auto;}
.luck_draw_mark{  width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.7); z-index: 190 }
.luck_draw.active{ bottom: 0 }
.luck_draw.active .luck_draw_mark{ display: block; }
.luck_draw .con_main{ height: 400px; position: absolute; width: 100%; z-index: 210;  left: 0; bottom: -400px; transition: 0.5s; -webkit-transition: 0.5s; /*background: url(../../img/cj/window_img_bg_red.png) center center;*/ }
.luck_draw .con_main.active{ bottom: 0; }
.luck_draw .con_main.active .cons{ bottom: 216px; opacity: 1 }
.luck_draw .con_main .cons{ width: 624px; height: 660px; opacity: 0; position: absolute; left: 50%; margin-left: -312px; bottom: 416px;transition: 0.5s; -webkit-transition:0.5s;  background: url(../../img/cj/window_img_bg_material.png) center center no-repeat; }
.luck_draw .con_main .cons .cj_close img{ width: 36px; height: 36px; position: absolute; right: 0; top: 0;
    
    position: fixed;
    right: 50%;
    margin-right: -300px;
    top: 30px; }

.luck_draw .con_main .cons .cj_tt{ width: 299px; height: 49px; position: absolute; left: 50%; margin-left: -135px;
    bottom: 156px;z-index: 211 }
.luck_draw .con_main .cons .cons_round{ position: absolute; left: 50%;     margin-left: -146px;
    bottom: 175px;
    width: 320px;
    height: 320px; background: url(../../img/cj/window_img_turntable.png) center center; background-size: 100% 100%; }
.luck_draw .con_main .cons .arr{ cursor: pointer; width: 110px; height: 110px; z-index: 210; position: absolute; left: 50%; margin-left: -41px; bottom: 280px; }
.luck_draw .con_main .cons .arr img{ width: 110px; height: 128px; position: absolute; left: 0; bottom: 0 }
.luck_draw .con_main .cons_round .box{ width: 80px; height: 120px; transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; text-align: center; color: #fff; position: absolute; left: 50%; margin-left: -40px; bottom: 155px; }
.luck_draw .con_main .cons_round .box .text{line-height: 20px; text-shadow: 1px 2px 3px rgba(0,0,0,0.2); font-size: 12px; padding-top: 5px; }
.luck_draw .con_main .cons_round .box .img{ width: 60px; height: 36px; margin: 0 auto; line-height: 36px; }
.luck_draw .con_main .cons_round .box .img img{ max-width: 40px; max-height: 28px;  }
.luck_draw .my_news_run{ width: 300px; height: 118px; border-radius: 8px; position: absolute; left: 50%; margin-left: -139px; bottom: 200px; }
.zj_md{color: #FFEE00; font-size: 18px; font-weight: bold; text-align: center;padding-left: 27px; padding-top: 37px;}
.my_news_run{ overflow: hidden; height:28px; }
.my_news_run .run_ul{ position: relative; top: 0; list-style: none }
.my_news_run .run_ul li{ height:28px; line-height: 28px; padding: 0 15px; text-align: center; }
.my_news_run .run_ul li div{ color:#fff;}
.my_news_run .run_ul li div span{ color: #EFE571 }
body .cj_gz_btn{ display: block; width: 100%; left: 0;  bottom: 10px; position: absolute; line-height: 20px; color: #fff; text-align: center; font-size: 12px; }
body .cj_gz_btn:hover{ color: #fff!important }
.cj_fixed_btn{ display: block; width: 100px; position: fixed; left: 30px; bottom: 50px; z-index: 60;

-webkit-animation: cj_ani 1s linear 0s infinite alternate;
 }
.cj_fixed_btn img{ width: 100% }

@-webkit-keyframes cj_ani
{
    0% {-webkit-transform:rotate(-10deg) scale(0.8); }
    7% {-webkit-transform:rotate(10deg) scale(1);}
    14% {-webkit-transform:rotate(-8deg) scale(1);}
    25% {-webkit-transform:rotate(8deg) scale(1);}

    30% {-webkit-transform:rotate(0deg) scale(1);}
    100% {-webkit-transform:rotate(0deg) scale(1);}
}

.right_fixed{width: 44px; position: fixed; z-index: 20; right: 40px; bottom: 150px;}
.right_fixed .a{ display: block; cursor: pointer; transition: 0.3s; width: 44px; height: 44px;  box-shadow: 0 0px 1px rgba(255,255,255,1); position: relative; margin-bottom: 6px; text-align: center; line-height: 44px; border-radius: 3px; background: #00A3FF}
.right_fixed .a:hover{ background: #0093E6 }
.right_fixed .a img{ transform: scale(1.1); }
.right_fixed .a .right_help_list{width: 205px; display: none; position: absolute; right: 44px; bottom: -20px;}
.right_fixed .a .right_help_list.e{ width: 145px }
.right_fixed .a:hover .right_help_list{display: block;}
.right_fixed .a .right_help_list .h_list{ width:190px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); background: #fff; border-radius: 3px; padding: 10px 0;}
.right_fixed .a .right_help_list .h_list a{ transition: 0.3s; text-align: left; display: block; padding: 5px 15px; font-size: 14px; color: #656565; line-height: 24px;}
.right_fixed .a .right_help_list .h_list a:hover{ color: #00A3FF; background: #E6F4FC; }
.right_fixed .a .erweima{width: 120px; height: 120px; border-radius: 5px; }
.right_fixed .a span.num{
    display: block;
    background: red;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    min-width: 16px;
    border-radius: 16px;
    position: absolute;
    right:-5px;
    top: -5px;
    z-index: 5;
    padding: 0 3px;
}


/*活动相关*/
.goods_list{ width: 960px; margin: 0 auto;}
.goods_list_d{ margin-right: -20px; }
.goods_list_d .box{display: block; width: 176px; height: 284px; background: #fff;box-shadow: 0px 11px 21px 0px rgba(0, 164, 255, 0.05);
border-radius: 4px; overflow: hidden; transition: 0.3s; float: left; margin-right: 20px; position: relative; top: 0; margin-bottom: 20px; color: #333}
.goods_list_d .box:hover{box-shadow: 0px 11px 21px 0px rgba(0, 164, 255, 0.2); top: -5px; }
.goods_list_d .box .img{width: 100%;height: 176px; position: relative;}
.goods_list_d .box .img .cover{width: 100%; height: 100%; float: left; object-fit: cover;}
.goods_list_d .box .img .free{width: 58px; position: absolute; right: 10px; bottom: 10px; z-index: 2}
.goods_list_d .box .img .out{width: 84px; position: absolute; left: 50%; margin-left: -42px; top: 50%; margin-top: -32px; z-index: 2}
.goods_list_d .box .text{padding: 5px 10px; line-height: 24px;}
.goods_list_d .box .text .tt{color: #F51C0D}
.goods_list_d .box .text .pp{font-size: 12px; color: #999999; padding-top:2px}
.goods_list_d .box .text img{margin-right: 6px;}

.goods_list_d .box.sout .img .cover{ opacity: 0.5;}
.goods_list_d .box.sout .item,.goods_list_d .box.sout{color: #999999!important}


.goods_list_d .box.down .img .cover{ opacity: 0.5;filter: grayscale(1);}
.goods_list_d .box.down .item,.goods_list_d .box.down{color: #999999!important}



.goods_commnet .box{padding: 20px 0; border-bottom: 1px solid #eee}
.goods_commnet .box .avatar{width: 24px; height: 24px; border-radius: 50%}
.goods_commnet .box .tt{font-size: 16px; line-height: 24px; color: #666666; padding-bottom: 10px;}
.goods_commnet .box .item{padding: 5px 0}
.goods_commnet .box .item .t{width: 80px;}
.goods_commnet .box .item .stars img{width: 17px; margin-right: 5px;}
.goods_commnet .box .img{padding-top: 14px;}
.goods_commnet .box .img img{width: 100px; height: 100px; margin-right: 6px; margin-bottom: 6px; object-fit: cover; cursor: pointer;}
.goods_commnet .box .time{ color: #999; font-size: 12px; }