@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2018-07-25 11:15:16
 * @version $Id$
 */
@charset "utf-8";
/* CSS Document */
body{
  font-size:0.625rem;
  font-family:"microsoft yahei","Helvetica Neue","Helvetica","STHeiTi","sans-serif",Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  line-height:180%;
  background:#f3faff;
  color: #333;
  min-width: 982px;
}
input, textarea, keygen, select, button {font-size:14px;outline: none}
/*{ margin:0; padding:0;}*/
body, div, dl, dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select,img{    margin: 0;    padding:0;    /* [disabled]padding:0; */}
ul, li, dl, dt, dd { list-style:none; margin: 0; padding: 0;transition: .6s;}
dd{ text-indent:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.f_l{ float:left;}
.f_r{ float:right;}
.clear{ clear:both;}
img{border:none;max-width:100%;}
.wrap{width:95%; max-width: 1230px; margin: 0 auto;position: relative;}
a{text-decoration: none;cursor: pointer; color:#333;transition: .6s;}
a:hover{ color:#0f5195;}
.radius5{-moz-border-radius: 5px;      /* Gecko browsers */-webkit-border-radius: 5px;   /* Webkit browsers */border-radius:5px;}
.radius10{-moz-border-radius: 10px;      /* Gecko browsers */-webkit-border-radius: 10px;   /* Webkit browsers */border-radius:10px;}
.radius15{-moz-border-radius: 15px;      /* Gecko browsers */-webkit-border-radius: 15px;   /* Webkit browsers */border-radius:15px;}
.flex{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;/*鑷姩鎹㈣*/
  /*-webkit-flex-flow: row; 涓嶆崲琛�*/
  justify-content: space-around;
}
.flex_in{-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1;box-flex: 1;}
.flex-f-row{ -webkit-flex-flow: row;}
.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}

*+html .clearfix{height:1%;}
*,*:before,*:after{box-sizing:border-box;}
.fix:before,.fix:after{ content:""; display:table;}
.fix:after{ clear:both;}
.clear {clear:both;}

/* all-style */
.width-all {width:95%;max-width:1230px;margin:0 auto;}

/* index */
.header {border-bottom:2px solid #cfe6f3;background:#fff;}
.header .width-all {display: flex;justify-content: space-between;align-items: center;padding:28px 0;}
.header .width-all  .logo {width:123px;height:82px;object-fit:contain;flex-shrink:0}
.header .width-all  .logo-font {font-size:20px;flex:1;width:-moz-calc(100% - 120px);width: -webkit-calc(100% - 120px);width: calc(100% - 120px);font-weight: bold;color:#0f5195;}
.header .width-all  .logo-font .title {font-size:28px;font-weight: bold;margin-bottom:10px;line-height: 130%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .right-btn {display: flex;margin-top:8px;justify-content: space-between;align-items: center;height:36px;}
.header .right-btn p {width:-moz-calc(100% - 400px);width: -webkit-calc(100% - 400px);width: calc(100% - 400px);overflow:hidden;text-overflow: ellipsis;white-space: nowrap;color:#0f5195;height:36px;line-height:36px;margin-right:14px;}
/*.header .right-btn div {width:360px;}*/
.header .right-btn a {display: inline-block;width:110px;height:36px;color:#fff;text-align: center;line-height: 36px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;margin-left:6px;font-size:12px;}
.header .right-btn a i.iconfont {font-size:14px;font-weight: normal;margin-right:6px;line-height: 100%;position: relative;top:1px;}
.header .right-btn .login-btn {background:#2a80d8;}
.header .right-btn .login-btn:hover {background:#0f5195;}
.header .right-btn .register-btn {background:#f8a059;}
.header .right-btn .register-btn:hover {background:#f07512;}
.header .right-btn .yes-login a {font-size:14px;line-height: 100%;display: inline-block;}
.header .right-btn .yes-login .access:hover {color:#a40000;}
.header .right-btn .yes-login .quit {margin-top:6px;border-left:1px solid #d9d9d9;padding-left:8px;margin-left:6px;}
.header .right-btn .yes-login .quit:hover {color:#0f5195;}

/* course-menu */
.banner-and-menu {height: 300px;}
.banner-and-menu .width-all {position: relative;box-shadow: 0px 0px 16px rgba(8,65,98,0.3);}
.banner-and-menu .course-menu {font-size:16px;width:260px;background:#fff;position: absolute;opacity: 0.9;box-sizing: border-box;height:300px;z-index:1111;}
.course-menu .menu {}
.course-menu li {position: relative;}
.course-menu li .first-menu {display:block;padding:0 20px;color:#368ec1;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height:50px;line-height: 50px;}
.course-menu li .first-menu:hover {background:#2ea0e1;color:#fff;}
.course-menu li .second-menu {display: none;position: absolute;left:260px;z-index:9999;background:#ebf3ff;width:500px;padding:10px;top:0;}
.course-menu > .menu > ul > li:hover .second-menu {display: block;}
.banner-and-menu .banner {height:300px;}
.course-menu li .second-menu li {float:left;line-height: 100%;}
.course-menu li .second-menu li:after {content:'';display: inline-block;width:1px;height:16px;background:#c9c9c9;position: relative;top:4px;}
.course-menu li .second-menu li a {display: inline-block;padding:12px;}
.course-menu li .second-menu li a:hover {color:#a40000;}
.swiper-slide img{width:100%;height:auto;min-height:100%;transition:.6s linear 1s;transform:scale(1.1,1.1);}
.swiper-slide-active img ,.swiper-slide-duplicate-active img{transition:4s linear;transform:scale(1,1);}
.banner .swiper-pagination {margin-left:130px;}
.banner .swiper-pagination-bullet {width: 22px;height:4px;border-radius:5px;background:#ffffff;opacity:.5}
.banner .swiper-pagination-bullet-active {background:#a6dfff;opacity: 1;}





/* 首页课程列表 */
/* .index-course-list {margin-top:40px;} */
.course-list-page  {display: flex;}
.index-course-list .course-menu {position: relative;width:250px;flex-shrink: 0;background:#ffffff;margin-right:30px;margin-top:30px;box-shadow: 0px 0px 8px rgba(8,65,98,0.1);}
.index-course-list .course-menu li .first-menu {font-size:16px;height:60px;line-height: 60px;border-bottom:1px solid #e9e9e9;}
.index-course-list .course-menu .second-menu {left:250px}
.index-course-list .course-menu .second-menu a {font-size:14px;}
.index-course-list .course-menu li .on {background:#2ea0e1;color:#fff;}
.index-course-list .course-list {flex: 1;background:#fff;padding:20px 10px;margin-top:30px;box-shadow: 0px 0px 8px rgba(8,65,98,0.1);}
.index-course-list .course-list h3.title {font-size:20px;font-weight:bold;margin-bottom:20px;}
.index-course-list .course-list h3.title .more {font-size:14px;color:#666;font-weight:normal;border-left:1px solid #d9d9d9;margin-left:20px;padding-left:20px;}
.index-course-list .course-list h3.title .more:hover {color:#f07512;}
.index-course-list .course-list > ul.fix > li {float:left;width:18.5%;margin:5px 0.75%;position: relative;overflow:hidden;border-radius:10px;height:235px;}
.index-course-list .course-list .course-li-top {display: block;}
.index-course-list .course-list .course-li-top h4.title {font-size:14px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding:5px 10px;}
.index-course-list .course-list .course-li-top .course-explanation {height:30px;font-size:12px;color:#666;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;margin-bottom:10px;line-height: 130%;padding:0 10px;}
.index-course-list .course-list .course-li-top .img {max-height:115px;overflow: hidden;margin-bottom:4px;}
.index-course-list .course-list .course-li-top .img img {object-fit: cover;}
.index-course-list .course-list .type {display: block;width:100px;height:100px;color:#fff;transform: rotate(-45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);position: absolute;  left: -56px; top: -58px;z-index:99}
.index-course-list .course-list .type .text {position: absolute; bottom: 5px; left:33px;  font-size:14px;letter-spacing: 2px;font-size:12px;}
.index-course-list .course-list .price {float:left;font-size:18px;font-weight: bold;color:#a40000;display: block;line-height: 30px;margin-left:10px;margin-top:4px;}
.index-course-list .course-list .sign-up {background:#0f5195;color:#fff;float:right;display: block;width:60px;height:30px;line-height: 30px;text-align: center;border-radius:5px;margin-right:10px;margin-top:4px;}
.index-course-list .course-list >ul.fix > li:hover {box-shadow:0px 0px 16px rgba(8,65,98,0.3);}
.wangluo {background:#69af1d;}
.zhibo {background:#2297e1;}
.mianshou {background:#f79241;}
.index-course-list .course-list-page-title span {font-size:26px;}
.index-course-list ul.fix {margin-top:30px;}
.course-list .fully-menu {display: flex;width: 97%;margin: 0px auto;flex-wrap: wrap;align-items: baseline;padding: 9px 0;border-bottom: dashed 1px #a9a9a9;}
.course-list .fully-menu .title { font-weight: bold; flex-shrink: 0;margin-right: 8px;text-align: right; width: 200px;}
.course-list .fully-menu a { color: #666; border-left: 2px solid #a9a9a9;line-height: 100%; height: 100%; text-align: center; padding: 0 15px;   display: inline-block;  margin: 10px 0px;}
.course-list-page .course-list {padding:30px 20px 20px 20px;}
.course-list-page .course-list ul.fix li {width:23.5%;}


/* 友情链接 */
.friendship-link {margin-top:30px;margin-bottom:20px;}
.friendship-link h3.title {font-size:20px;font-weight:bold;margin-bottom:20px;}
.friendship-link a {display: inline-block;margin-right:15px;line-height: 100%;padding:4px 15px 4px 0;font-size:14px;}
.friendship-link a:after {content:'';display: inline-block;width:1px;height:15px;background:#aaa;position: relative;left:20px;top:2px;}

/* footer */
.footer {background:#333;color:#fff;text-align: center;padding:10px 0;}

/* touch_right */
#touch_right {position:fixed; top:30%; z-index:999;left: 50%;margin-left: 640px;width:auto;}
#touch_right li{cursor:pointer; position:relative; background:#71a3e9; width:40px; height:auto; color:#fff; text-align:center; line-height:16px;margin-bottom:1px;}
#touch_right a {color:#fff;display: block;word-break: break-all;text-align: center;margin:0 auto;padding:10px 6px;}
#touch_right a .iconfont {font-style:normal;font-size:20px;}
#touch_right .qq_on_line a {line-height:140%;border-bottom:1px dashed #d0d0d0;padding:10px 0; word-wrap: break-word;}
#touch_right .qq_on_line a:last-child {border:none;}
#touch_right li:hover{ background:#3f74be;}
#touch_right li:hover .floating_left{display:block;}
#touch_right .floating_left{ display:none;position:absolute;top:0px; background:#3f74be; color:#fff; min-height:40px; width:160px; right:40px;}
#touch_right .floating_left a{ color:#fff;}
#touch_right .qq_on_line a  {padding-top:10px;}
#touch_right .hotline{ line-height:150%;}
#touch_right .floating_ewm{height:190px; top:-150px;line-height:150%;}
#touch_right .floating_ewm img{ width:80%; display:block; margin:10px auto;}
#touch_right .right_sear {width:300px;left:-301px;height:60px;line-height: 60px;top:0px;}
#touch_right .right_sear input[type='text'] {width:220px;height:34px;vertical-align: middle;padding:0 5px;}
#touch_right .right_sear input[type='button'] {width:50px;height:34px;background: #71a3e9;border:none;color:#fff;vertical-align: middle}
#touch_right .float_bottom{top: 42px !important;}
#touch_right .telephone {font-size:16px;padding:2px 16px;line-height: 150%;width:330px;}
#touch_right .telephone p {margin:8px 0;}

/* 课程内容 */
.sign_up {background:#f2fbff;padding:10px 0;margin-bottom:20px;}
.sign_up .width-all {background:#fff;padding:10px;}
.sign_up h3{height:45px; line-height: 45px; text-indent: 15px;font-size: 16px; color: #666;}
.sign_up h3 a{ color:#666;}
.sign_up li{ float:left; padding-bottom: 25px;width:-moz-calc(50% - 12px);width: -webkit-calc(50% - 12px);width: calc(50% - 12px); margin-right: 24px;}
.sign_up li:last-child{ margin-right:0;}
.sign_up li img{ width:100%; max-width: 600px;}
.sign_up li h4{font-size: 24px; color: #333; border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom:10px; line-height: 130%;}
.sign_up li p{color: #666; float: left; width:50%; margin-bottom: 5px;}
.sign_up li p:nth-child(n+6){width:100%;}
.sign_up li span{color:#ab1c1c; font-size: 24px; vertical-align:inherit;}
.sign_up li h5{ clear:both;}
.pro_content .sign_up .button {padding:0 21px;margin:8px 5px 0 0px;border-radius:60px;font-size:14px;}
.pro_content .sketch_back .button {border-radius:60px;margin:0 6px;}

.pro_content .button, .pro_content .study_right_now{ display:inline-block; height: 35px; line-height: 35px; padding: 0 30px; margin: 0 10px;background-color: #428bca;color: #fff; font-size: 16px; border-radius: 5px; margin-top: 8px;font-size:14px;}
.pro_content .button1, .pro_content .study_right_now {background: #df9b2f}
.pro_content .button3 {background: none;border:1px solid #428bca;color:#428bca;}
.pro_content .button:hover{border-color: #fff;background-color: #ddd; color: #428bca;}
.pro_details {background:#fff;}
.pro_details .hd li{float:left;cursor:pointer;font-size:16px;color:#333;width:150px;text-align: center;padding:10px 0;}
.pro_details .hd {border-bottom:2px solid #d9d9d9;}
.pro_details .hd .on {background-color:#428bca;color:#fff;}
.pro_details .bd {padding:10px 30px;}
.pro_details .bd > div {padding-top:20px;}
.pro_details .bd p {text-indent:2em;margin-bottom:15px;}
.pro_details .bd img {width:auto;max-width: 90%;margin:0 auto;display: block;}
.sketch_back {text-align:center;margin:20px 0;}
.pro_con_list h4 {font-size:18px;color:#333;font-weight: bold;margin-bottom:15px;}
.pro_details .sketch .pro_con_list p {background-color:#f0f0f0;line-height: 180%;margin-bottom:5px;padding:10px;text-indent:0em;}
.pro_con_list p .iconfont {color:#afd0ff;margin-right:10px;display: block;float: left;}
.pro_con_list p span {display: block;float: left;width:-moz-calc(100% - 40px);width: -webkit-calc(100% - 40px);width: calc(100% - 40px); }
.pro_con_list .courseware-li {display: flex;padding-left: 45px !important;}
.pro_con_list .courseware-icon {width: 15px;}
.pro_con_list .courseware-title {width: -moz-calc(100% - 115px);width: -webkit-calc(100% - 115px);width: calc(100% - 115px);margin-right: 15px;}
.pro_con_list .free-see-btn {width: 70px;line-height: 24px;background: #ffffff;border: 1px solid #428bca;color: #428bca;border-radius: 4px;cursor: pointer;}
/* 班级课程章节 */
.curriculum-list-box .curriculum-list {display: flex;justify-content: space-between;align-items: flex-start;}
.curriculum-list-box .curriculum-list .left-menu {width:100px;flex-shrink: 0;margin-right:40px;position: sticky;top:80px;}
.curriculum-list-box .curriculum-list .left-menu li {font-size:14px;box-shadow: 0px 2px 8px rgba(30,30,30,0.1);text-align:center;color:#405159;cursor: pointer;padding:12px 0px;margin-bottom:30px;border-radius:5px;}
.curriculum-list-box .curriculum-list .left-menu li.on {background:#047ad4;color:#fff;box-shadow: 0px 3px 10px rgba(0,63,112,0.2);}
.curriculum-list-box .curriculum-list .right-curriculum {width: -moz-calc(100% - 130px);width: -webkit-calc(100% - 130px);width: calc(100% - 130px);flex:1;}
.curriculum-list-box .curriculum-list .right-curriculum .course-name {font-size:18px;font-weight:bold;text-indent: 0em;margin-bottom:20px;margin-left:26px;color:#146bae;border-bottom:1px dashed #c9c9c9;padding-bottom:15px;line-height: 180%;}
.curriculum-list-box .curriculum-list .right-curriculum .course-name:before {content:'';border:2px solid #51b1fa;display: inline-block;position: absolute;width:16px;height:16px;border-radius:50px;top:8px;left:0px;}
.curriculum-list-box .curriculum-list .right-curriculum .courseware-list li {border-left:2px solid #c9c9c9;font-size:14px;padding:15px;margin-left:7px;color:#264757;display: flex;justify-content: space-between;}
.curriculum-list-box .curriculum-list .right-curriculum .courseware-list li span {display: block;flex:1;text-align: justify;}
.curriculum-list-box .curriculum-list .right-curriculum .courseware-list li .preview {color:#025d8a;flex-shrink: 0;display: block;margin-left:25px;}
.curriculum-list-box .curriculum-list .right-curriculum .courseware-list li .preview:hover {color:#3ea6da;}
.curriculum-list-box .curriculum-list .right-curriculum .courseware-list li .preview .iconfont {font-size:14px;margin-right:4px;}
.curriculum-list-box .curriculum-list .right-curriculum .course-list-li {margin-bottom:30px;position: relative;}
.class_evaluate h4.title {font-weight: bold;color:#000;font-size: 16px;margin-bottom:5px;}
.class_evaluate h4.title span {margin-left:15px;}
.class_evaluate .iconfont {color:#ffd800;margin-left:3px;}
.pro_details .bd .class_evaluate  p{text-indent: 0em;margin-bottom:0px;}
.class_evaluate .time {font-size:12px;color:#999;}
.class_evaluate li {border-bottom:#eee 1px solid;padding:15px 0;}




/* pay.html */

.bg_white {background: #fff;}
.pay_nav{color: #0168b7; font-size: 24px; padding: 40px 0 10px 15px;border-bottom:1px solid #d9d9d9;}
.pay_nav span {border-bottom:3px solid #0168b7;padding-bottom:6px;}
.class_sketch{ margin-bottom:15px; position: relative;background: #fff;box-shadow: 0px 0px 8px rgba(8,65,98,0.1);}
.class_sketch ul{background-color: #efefef; margin: 15px auto; border: 15px solid #fff;}
.class_sketch li{ float:left; padding: 15px;width:-moz-calc(100% - 340px);width: -webkit-calc(100% - 340px);width: calc(100% - 340px);}
.class_sketch li:first-child{ width:280px;}
.class_sketch li img{ width:100%;}
.class_sketch li h4{font-size: 16px; color: #333; border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom:10px; line-height: 130%;}
.class_sketch li p{color: #666; float: left; width:50%; margin-bottom: 5px;}
.class_sketch li p:last-child{width:100%;}
.class_sketch .back{ position:absolute; bottom: 20px; right:2%; }
.class_sketch .back a{ display:block; background: #ab1c1c; color: #fff; padding: 5px 10px;border-radius: 5px;border: 1px solid #ab1c1c;}
.class_sketch .back a:hover{ background:#fff; color: #ab1c1c; }
#wizard{ padding:15px;margin-bottom:30px;background:#fff;box-shadow: 0px 0px 8px rgba(8,65,98,0.1);}
.wizard > .content{ background:#fff; overflow: hidden;min-height: 200px;}
.wizard > .content > .body{padding:0;}
.sele_class_table th,.class_table th{background:#f5f5f5;}
.sele_class_table td,.class_table td{ background:#fff; text-align:center;}
.sele_class_table tr td:nth-child(2),.class_table td:first-child{ text-align:left;}
.sele_class_table tr:nth-child(odd) td{ background:#f5f5f5;}


.order_sum{ padding-left:20px; font-size: 16px;}
.order_sum li{ margin-bottom:10px;}
.order_sum li span{ font-weight:bold; vertical-align: top; padding: 0 5px;}
.order_sum li label {display: inline;}
.red{ color:#f00; vertical-align:middle;}

.wizard > .content > .body > .order_sum li input{ display:none;}
.order_sum li .regular-radio + label{-webkit-appearance:none; background: #fff; border: 1px solid #dedede; width: 120px; height: 40px; line-height: 38px; margin-right: 10px; display: inline-block; position: relative; text-align: center; color: #666; font-size: 14px; cursor: pointer; border-radius: 2px;}
.wizard > .content > .body > .order_sum li svg{ margin-right: 5px; font-size: 18px; vertical-align: middle;}
.wizard > .content > .body > .order_sum li .ylzf{ font-size:28px;margin-top:-2px;}
.regular-radio:checked + label:after {content: ' ';width: 120px; height: 40px;position: absolute;border: 4px solid #0168b7; left: -2px; top:-2px; border-radius: 2px;}

.pay_nav{color: #0168b7; font-size: 24px; padding: 40px 0 10px 15px;border-bottom:1px solid #d9d9d9;}
.pay_nav span {border-bottom:3px solid #0168b7;padding-bottom:6px;}
.class_sketch{ margin-bottom:15px; position: relative;background: #fff;}
.class_sketch ul{background-color: #f5f8ff; margin: 15px auto; border: 15px solid #fff;padding-bottom:36px;}
.class_sketch li{ float:left; padding: 15px;width:-moz-calc(100% - 340px);width: -webkit-calc(100% - 340px);width: calc(100% - 340px);}
.class_sketch li:first-child{ width:280px;}
.class_sketch li img{ width:100%;}
.class_sketch li h4{font-size: 16px; color: #333; border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom:10px; line-height: 130%;}
.class_sketch li p{color: #666; float: left; width:50%; margin-bottom: 5px;}
.class_sketch li p:last-child{width:100%;}
.class_sketch .back{ position:absolute; bottom: 26px; right:2%; }
.class_sketch .back a{ display:block; background: #ab1c1c; color: #fff; padding: 5px 10px;border-radius: 5px;border: 1px solid #ab1c1c;}
.class_sketch .back a:hover{ background:#fff; color: #ab1c1c; }
#wizard{ padding:15px;margin-bottom:30px;}
.wizard > .content{ background:#fff; overflow: hidden;min-height: 250px;}
.wizard > .content > .body{padding:0;}
.el-table {margin-bottom:15px;}
.el-table td, .el-table th{padding: 12px 0;text-align: left;border-bottom:1px solid #ebeef5;color:#666;}
.students_num {margin-bottom:15px;}
.students_num p {display: flex;align-items: center;color:#666;}
.students_num .red {font-size:20px;font-weight: bold;margin:0 10px;}
.el-table .cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-right: 10px;
  padding-left:10px;
}
.order_sum{font-size: 16px;}
.order_sum li{ margin-bottom:10px;display: flex !important;align-items: center;justify-content: flex-end;}
.order_sum li b {font-size:14px;font-weight: normal;color:#999;display: block;margin-left:15px;}
.order_sum li span{ font-weight:bold; vertical-align: top; padding: 0 5px;font-size:20px;}
.order_sum li label {display: inline;}
.red{ color:#f00; vertical-align:middle;}
.payment_mode_div {display: flex;justify-content: flex-end;align-items: center;margin:15px 0;}
.payment_mode_div h4 {margin-right:15px;}
.payment_mode_div .checkbox_label {width:150px;border-radius:5px;border:2px solid #e9e9e9;position: relative;text-align: center;line-height: 50px;margin-left:15px;}
.payment_mode_div .checkbox_label input {position: absolute;width:100%;height:50px;z-index: -1;}
.payment_mode_div .checkbox_label_on {border:2px solid #f01414;color:#f01414;}
.payment_mode_div .checkbox_label_on:after {position: absolute;content: '\e717';display: block;font-family: "iconfont";bottom:1px;right:-2px;font-size:38px;line-height: 100%;color:#f01414;}
.div_tabel_title {background: #f0f7ff;text-align: center;padding:5px 0;font-size:16px;color:#419edb;}
.address_div {margin-top:30px;}
.address_div input {display: inline !important;margin-right:5px;}
.address_div dl {padding:8px;display: flex;justify-content: flex-start;align-items: center;margin-bottom:5px;}
.address_div dt {width:80px;flex-shrink:0;}
.address_div dd {flex-grow:1;}
.address_div dl:hover {background: #e4f4ff;}
.address_div dd label {vertical-align: middle;margin-bottom:0!important;}
.address_div .no dt {display: none;	}
.address_div .no dd {margin-left:80px;}
.address_div .on {background: #e4f4ff;color:#2d8ac7;font-weight: bold;}
.add_address {display: block; background: #e4f4ff; width: 120px; text-align: center; padding: 8px 0; color: #2d8ac7;border-radius: 8px;margin-top:10px;border:0;}
.add_address:hover {background:#c6e8ff;color:#2d8ac7;}
.wizard > .content > .body > .order_sum li input{ display:none;}
.order_sum li .regular-radio + label{-webkit-appearance:none; background: #fff; border: 1px solid #dedede; width: 120px; height: 40px; line-height: 38px; margin-right: 10px; display: inline-block; position: relative; text-align: center; color: #666; font-size: 14px; cursor: pointer; border-radius: 2px;}

/* news-list-page */
.list-page-title {font-size:26px;font-weight:bold;padding:30px 0;border-bottom:1px solid #e9e9e9;}
.news-list {background: #fff;padding-bottom:40px;min-height:660px;}
.news-list li {border-bottom:1px dashed #d9d9d9;padding:12px;}
.news-list li:hover {box-shadow: 0px 0px 16px rgba(8,65,98,0.3);}
.news-list li h4.title {font-size:18px;font-weight: bold;overflow:hidden;text-overflow: ellipsis;white-space: nowrap}
.news-list li a {display:block;padding:15px 0;}
.news-list li img {float:left;width:220px;height:150px;margin-right:15px;}
.news-list li:last-child, .news-list li:last-child a {margin-bottom:0;border:none;}
.news-list .txt .time {font-style:normal;font-size:14px;display:block;float:right;color:#b9b9b9;margin-top:25px;}
.news-list .txt .con {height:50px;overflow:hidden;margin-top:15px;color:#999;font-size:14px;line-height:180%;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list li a:hover .con {color:#315b96;}

/* content-page */
.content-page {background:#fff;padding:20px;box-shadow: 0px 0px 8px rgba(8,65,98,0.1);}
.contet-page-title {font-size:26px;text-align: center;margin:30px 0 16px 0;border-bottom:1px solid #d9d9d9;}
.contet-page-title .time {font-size:12px;color:#666;margin-top:10px;margin-bottom:10px;padding-bottom:10px;}
.content-page .content {font-size:18px;line-height:180%;}
.content-page .content p {margin-bottom:16px;}
.content-page .return {display: block;background:#2d8ac7;color:#fff;width:120px;height:40px;border-radius:6px;text-align: center;margin:30px auto;;line-height:38px;font-size:14px;}
.content-page .return:hover {background:#315b96;}



/* 分辨率 */

@media (max-width: 1440px){

}
@media (max-width: 1366px){

}

@media (max-width: 1280px){
  #touch_right{margin-left: 580px;}
}

@media (max-width:1152px){
  #touch_right{margin-left: 520px;}
}
