﻿@charset "UTF-8";
/* base */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei"; }

body, button, input, select, textarea {
  font: 12px/1.5 'Microsoft YaHei',arial, \5b8b\4f53; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace; }

small {
  font-size: 12px; }

ul, ol {
  /* list-style: none; */
 }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

fieldset, img {
  border: 0; }

button, input, select, textarea {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #888e99;
  font-size: 14px;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:focus {
  outline: none;
  -moz-outline: none; }

a:visited {
  outline: none;
  -moz-outline: none; }

select, select:focus {
  outline: none; }

input, textarea, select {
  background: none;
  border: none;
  font-family: "Microsoft Yahei";
  line-height: normal;
  outline: none; }

input[type="button"], input[type="radio"], input[type="checkbox"], select {
  -webkit-appearance: none;
  -moz-appearance: none; 
}
/* WebKit browsers */
input::-webkit-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;}

img {
  display: block;
}
button{
      background: none;
    border: none;
    line-height: normal;
    cursor: pointer;
    outline: none;
    font-family: "Microsoft Yahei";
}
.clear {
  clear: both; }

html, body {
  /* min-width: 1200px; */
}

@media (max-width: 768px) {
  .quit-bg{
    background: #f7f7f7;
  }
  .quit-bg .top{
    width: 100%;
    height: 70px;
    background: #02344b;
  }
  .quit-bg .top img{
    width: 266px;
    height: 49px;
    padding: 12px;
  }
  .quit-bg .quit-min{
    margin: 20px;
    padding: 0 20%;
  }
  .notice_box{
    position: relative;
  }
  .finish_text{
    font-size: 18px;
    height: 60px;
    line-height: 24px;
    color: rgb(2, 2, 2);
    border-bottom:#dddddd solid 2px;
    letter-spacing: 1px;
    margin-top: 40px;
    width: 100%;
  }
  .Un_decoration{
    width: 76px;
    height: 3px;
    background: #02354b;
    position: absolute;
    top: 98px;
    left: 0;
  }
  
  .finish_text span{
    padding:0 2px;
  }
  .finish_text a{
    text-decoration: underline;
  }
  .qt_system{
    margin:0 20px;
  }
  .qt_system p{
    background: url(../images/quit_xt.svg) center center no-repeat;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    color: #7b8a94;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
  }
  .qt_system li{
    padding: 4px 0;
    border:none;
    color: #4BACC2;
    background: none;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .qt_system li a{
    color: #4BACC2;
  }
  .qt_system li a:hover{
    color: #e23930;
  }
  .app_img{
    width: 100%;
    margin: 0 auto;
    margin-top:40px;
  }
  .app_img img{
    width: 80%;
    margin: 0 auto;
  }
  .MedCon {
    padding-top:2.5em;
  }
  .MedCon a{
    color: #4BACC2;
  }
  .MedCon a:hover{
    color: #e23930;
  }
  .quit_footer{
    margin: 50px 0 0 0;
    line-height: 26px;
    justify-content: flex-start;
    background: #2f333c;
    padding: 12px 0;
  }
  .quit_footer p{
    text-align: center;
    font-size: 13px;
    color:#9ea2a6;
  }
  .quit_footer p span{
    padding-left: 10px;
  }
  .quit_footer .icp{
    justify-content: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 190px;
    margin: 0 auto;
  }
  .quit_footer .icp img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 6px;
  }
}


@media (min-width: 768px) {
  .quit-bg{
    background: #f7f7f7;
  }
  .quit-bg .top{
    width: 100%;
    height: 70px;
    background: #02344b;
  }
  .quit-bg .top img{
    width: 266px;
    height: 49px;
    padding: 12px;
  }
  .quit-bg .quit-min{
    margin: 20px;
    padding: 0 20%;
  }
  .notice_box{
    position: relative;
  }
  .finish_text{
    font-size: 18px;
    height: 60px;
    line-height: 28px;
    color: rgb(2, 2, 2);
    border-bottom:#dddddd solid 2px;
    letter-spacing: 1px;
    margin-top: 40px;
    width: 100%;
  }
  .Un_decoration{
    width: 76px;
    height: 3px;
    background: #02354b;
    position: absolute;
    top: 58px;
    left: 0;
  }

  .finish_text span{
    padding:0 2px;
  }
  .finish_text a{
    text-decoration: underline;
  }
  .qt_system{
    margin:0 20px;
  }
  .qt_system p{
    background: url(../images/quit_xt.svg) center center no-repeat;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    color: #7b8a94;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
  }
  .qt_system li{
    padding: 4px 0;
    border:none;
    color: #4BACC2;
    background: none;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .qt_system li a{
    color: #4BACC2;
  }
  .qt_system li a:hover{
    color: #e23930;
  }
  .MedCon {
    padding-top:2.5em;
  }
  .MedCon a{
    color: #4BACC2;
  }
  .MedCon a:hover{
    color: #e23930;
  }
  .app_img{
    width: 100%;
    margin: 0 auto;
    margin-top:40px;
  }
  .app_img img{
    width: 50%;
    margin: 0 auto;
  }
  
  .quit_footer{
    margin: 50px 0 0 0;
    line-height: 26px;
    justify-content: flex-start;
    background: #2f333c;
    padding: 12px 0;
  }
  .quit_footer p{
    text-align: center;
    font-size: 13px;
    color:#9ea2a6;
  }
  .quit_footer p span{
    padding-left: 10px;
  }
  .quit_footer .icp{
    justify-content: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 190px;
    margin: 0 auto;
  }
  .quit_footer .icp img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 6px;
  }
}


@media (max-width: 800px) {
  .quit-bg{
    background: #f7f7f7;
  }
  .quit-bg .top{
    width: 100%;
    height: 70px;
    background: #02344b;
  }
  .quit-bg .top img{
    width: 266px;
    height: 49px;
    padding: 12px;
  }
  .quit-bg .quit-min{
    margin: 20px;
    padding: 0 20%;
  }
  .notice_box{
    position: relative;
  }
  .finish_text{
    font-size: 18px;
    height: 60px;
    line-height: 28px;
    color: rgb(2, 2, 2);
    border-bottom:#dddddd solid 2px;
    letter-spacing: 1px;
    margin-top: 40px;
    width: 100%;
  }
  .Un_decoration{
    width: 76px;
    height: 3px;
    background: #02354b;
    position: absolute;
    top: 58px;
    left: 0;
  }
  
  .finish_text span{
    padding:0 2px;
  }
  .finish_text a{
    text-decoration: underline;
  }
  .qt_system{
    margin:0 20px;
  }
  .qt_system p{
    background: url(../images/quit_xt.svg) center center no-repeat;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    color: #7b8a94;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
  }
  .qt_system li{
    padding: 4px 0;
    border:none;
    color: #4BACC2;
    background: none;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .qt_system li a{
    color: #4BACC2;
  }
  .qt_system li a:hover{
    color: #e23930;
  }
  .MedCon {
    padding-top:2.5em;
  }
  .MedCon a{
    color: #4BACC2;
  }
  .MedCon a:hover{
    color: #e23930;
  }
  .app_img{
    width: 100%;
    margin: 0 auto;
    margin-top:40px;
  }
  .app_img img{
    width: 60%;
    margin: 0 auto;
  }
  
  .quit_footer{
    margin: 50px 0 0 0;
    line-height: 26px;
    justify-content: flex-start;
    background: #2f333c;
    padding: 12px 0;
  }
  .quit_footer p{
    text-align: center;
    font-size: 13px;
    color:#9ea2a6;
  }
  .quit_footer p span{
    padding-left: 10px;
  }
  .quit_footer .icp{
    justify-content: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 190px;
    margin: 0 auto;
  }
  .quit_footer .icp img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 6px;
  }
}



@media (min-width:1200px) {
  .quit-bg{
    background: #f7f7f7;
  }
  .quit-bg .top{
    width: 100%;
    height: 70px;
    background: #02344b;
  }
  .quit-bg .top .top_box{
    width: 1200px;
    margin: 0 auto;
  }
  .quit-bg .top img{
    width: 266px;
    height: 49px;
    padding:12px 0 0 0;
  }
  .quit-bg .quit-min{
    margin: 0 auto;
    width: 1200px;
  }
  .notice_box{
    position: relative;
  }
  .finish_text{
    font-size: 18px;
    height: 60px;
    line-height: 28px;
    color: rgb(2, 2, 2);
    border-bottom:#dddddd solid 2px;
    letter-spacing: 1px;
    margin-top: 40px;
    width: 100%;
  }
  .Un_decoration{
    width: 76px;
    height: 3px;
    background: #02354b;
    position: absolute;
    top: 98px;
    left: 0;
  }
  
  .finish_text span{
    padding:0 2px;
  }
  .finish_text a{
    text-decoration: underline;
  }
  .qt_system{
    width: 1200px;
    margin:0 auto;
    justify-content: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 80px;
  }
  .qt_system p{
    background: url(../images/quit_xt.svg) center center no-repeat;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    color: #7b8a94;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .qt_system li{
    padding: 4px 0;
    border:none;
    color: #4BACC2;
    background: none;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .qt_system li a{
    color: #4BACC2;
  }
  .qt_system li a:hover{
    color: #e23930;
  }
  .MedCon{
    padding-top:2.5em;
  }
  .MedCon a{
    color: #4BACC2;
  }
  .MedCon a:hover{
    color: #e23930;
  }
  .app_img{
    /* margin:40px; */
    width: 40%;
  }
  .app_img img{
    width: 297px;
    height: 200px;
    display: block;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .quit_footer{
    width: 100%;
    margin: 50px 0 0 0;
    line-height: 26px;
    background: #2f333c;
    padding: 12px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
  }
  .quit_footer .quit_footer_box{
    margin: 0 auto;
    width: 840px;
    display: inline-block;
    justify-content: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .quit_footer .icp {
    justify-content: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 184px;
    margin: 0 auto;
  }

  .quit_footer p{
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color:#9ea2a6;
    padding:0 20px;
    background: url(../images/footer_border\ bg.png) right center no-repeat;
  }
  .quit_footer p span{
    padding-left: 10px;
  }
  .quit_footer .icp img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 6px;
    float: left;
  }
}
.quit_footer .icp2 {
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 236px;
  margin: 0 auto;
}
.quit_footer .icp2 img{
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: 6px;
  float: left;
}
