@charset "utf-8";

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
  width: 0px;
}

body {
  max-width: 750px;
  width: 100%;
  height: 100%;
  font-family: Arial, "noto sans", "Source Han Sans CN", "Microsoft Yahei";
  margin: 0 auto;
  min-height: 100%;
}

a {
  background-color: transparent;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bolder;
  color: #fff;
}

b,
strong,
em,
i {
  font-style: normal;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  color: #303538;
  margin: 0;
  font-size: inherit;
}

html input[disabled] {
  cursor: default;
}

a {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  outline: 0;
}

li {
  list-style: none;
}

img {
  border: none;
  display: block;
  width: auto;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.index{
    background: url(../img/index-bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 100%;
}
.index-box{
    padding-top: 8rem;
}
.index-txt{
    width: 80%;
    margin: 0px auto;
}
.year-img{

width: 200px;

margin: 10px auto  5px;
}
    .index-content{
        
width: 80%;
        
margin: 0px auto;
    }
    .blue-bgimg{
background: url(../img/btn-blue.png) no-repeat;
background-size: 100% 100%;
color: #FFF;
font-size: 18PX;
    }
    .more-btn{

display: block;

width: 70%;

text-align: center;

padding: 15px 0px 27px;

margin: 25px auto  0px;


}
.description{
    background: url(../img/description-bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 100%;
    padding-bottom: 30px;
}
.description-txt{

width: 70%;

margin: 0px auto;

padding-top: 30px;
}
.description-box{

position: relative;

background-color: #c9eeff;

padding: 40px 15px 10px;

margin: 35px 10px 0px;

border-radius: 10px;
}
.description-box p{

color: #0a5081;

font-size: 14px;

text-indent: 2em;

margin-bottom: 10px;

line-height: 1.8;
}
.description-img{

width: 150px;

position: absolute;

top: -16px;

left: calc(50% - 75px);
}
.mx-btn{
    display: block;
    width: 50%;
    text-align: center;
    padding: 10px 0px 16px;
    margin: 0px auto 0px;
    position: fixed;
    bottom: 30px;
    left: 25%;
}
.menu{background: url(../img/menu-bg.png) no-repeat;background-size: 100% auto;min-height: 100%;position: absolute;height: 100%;width: 100%;}
.menu-box{

position: relative;

min-height: 100%;

display: block;

padding-top: 17rem;

height: 100%;
}
.menu-boxs{
    background: linear-gradient(to bottom, #f7fcff, #d8f2ff);
    border-radius: 15px 15px 0px 0px;
    min-height: 100%;
    padding: 20px 0px  90px;
    position: relative;
}
.tab-div{

overflow-x: auto;

width: 100%;
}
.tab-ul{padding-left: 0px;text-align: center;}
.tab-ul li{
    
/* display: inline-block; */
    
font-size: 16px;
    
color: #3077df;
    
background-color: #c2dbff;
    
padding: 3px 6px;
    
border-radius: 5px;
    
display: inline-block;
    
margin-bottom: 4px;
}
.tab-ul li+li{
    margin-left: 0px;
}
.tab-ul li p{
    
color: #3077df;
}
.tab-ul li.active{
    
background-color: #3077df;
    
color: #fff;
}
.tab-ul li.active p{
    
color: #fff;
}
.tabpanel{display: none;padding: 0px 15px;}
.tabpanel.active{
display: block;
}
.tabpanel li{

background-color: #fff;

padding: 10px  10px 18px;

margin: 15px 0px;

border-radius: 10px;

box-shadow: 0px 2px 2px rgb(28 104 218 / 10%);

position: relative;

min-height: 76px;
}
.tabpanel li a{
    
font-size: 16px;
}
.tabpanel li  span{
    
color: #fff;
    
background-color: #3077df;
    
padding: 1px 10px;
    
position: absolute;
    
right: 0px;
    
bottom: 0px;
    
font-size: 12px;
    
border-radius: 10px 0px 10px 0px;
} 
.manuscript{
    background: url(../img/case-bg.png) no-repeat;
    background-size: 100% auto;
    /* background-color: ; */
    min-height: 100%;
    background-color: #4ea0f7;
}
.manuscript-top{

width: 90%;

margin: 0px auto 10px;

padding-top: 7rem;

text-align: center;
}
.manuscript-top h4{
    
font-size: 20px;
    
color: #fff;
    
text-align: center;
    
font-weight: 600;
    
text-shadow: 0px 3px 4px rgba(0,0,0,0.25);
}
.manuscript-top span{
    background: url(../img/btn-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #6c4200;
    padding: 7px 17px 12px;
    display: inline-block;
    margin: 10px auto 0px;
    font-size: 15px;
}
.manuscript-box{

}
.case-series{

background: linear-gradient(to bottom, #effaff, #d6f2ff);

border-radius: 15px 15px 0px 0px;

padding-bottom: 30px;
}
.case-series-img{

margin: 0px 0px;

padding: 5px 10px 10px;

text-align: center;
}
.case-series-img>img{
    
width: 50%!important;
    
float: left;
    
padding: 5px 5px;
    
border-radius: 20px;
}
.case-btn{
    
width: 160px;
    
display: inline-block;
    
padding: 8px 17px 15px;
    
font-size: 14px;
    
margin: 10px 0px  0px;
text-align: center;
}
.case-title{
    font-size: 17px;
    padding: 0px 15px;
    color: #303538;
    padding-top: 15px;
    font-weight: bold;
    text-align: left;
}
.case-Comment{

background-color: #fff;

border-radius: 15px 15px 0px 0px;

margin-top: -30px;

padding-bottom: 90px;
}
.case-title-red{

margin-top: 15px;

margin-bottom: 15px;

text-align: left;
}
.case-title-red span{
    
display: inline-block;
    
background-color: #ed5050;
    
color: #fff;
    
position: relative;
    
font-size: 16px;
    
padding: 10px 33px 10px 60px;
    
border-radius: 0px   20px 20px 0px;
    
text-align: left;
}
.case-title-red span img{
    
display: inline-block;
    
width: 37px;
    
position: absolute;
    
left: 15px;
    
top: -5px;
}
.case-Comment .title{

font-size: 16px;

color: #ed5050;

padding: 0px 15px;

text-align: left;
}
.div-red{

margin: 10px 15px;

background-color: #fff0f0;

padding: 15px;

border-radius: 10px;
}
.div-red p{
    
color: #ed5050;
    
font-size: 14px;
    
text-align: justify;
}
.case-Comment-img{

max-width: 80%;

margin: 14px auto;

padding: 0px 15px;
}
.case-optimize{

}
.case-title-blue{

margin-top: 15px;

margin-bottom: 15px;

text-align: left;
}
.case-title-blue span{
    
display: inline-block;
    
background-color: #3077df;
    
color: #fff;
    
position: relative;
    
font-size: 16px;
    
padding: 10px 33px 10px 64px;
    
border-radius: 0px 20px 20px 0px;
}
.case-title-blue span img{
    
display: inline-block;
    
width: 54px;
    
position: absolute;
    
left: 4px;
    
top: -5px;
}
.case-optimize p{

font-size: 14px;

margin: 0px  15px;

padding-bottom: 10px;

text-align: left;
}
.case-bottom{

background-color: #fff;

border-top: 1px #eee solid;

padding: 15px;

box-shadow: 0px 0px 3px 1px  rgba(0,0,0,0.08);

position: fixed;

bottom: 0px;

width: 100%;

z-index: 9;

padding-bottom: 20px;
}
.case-bottom a{
    
width: 33.33%;
    
display: block;
    
float: left;
    
text-align: center;
    
margin-top: 5px;
}
.case-bottom a span{
    
background-color: #3077df;
    
color: #fff;
    
padding: 5px 10px;
    
border-radius: 5px;
    
box-shadow: inset 0px 1px 3px 1px #91beff;
    
font-size: 14px;
    
display: none;
}
.case-bottom a:nth-child(2){
    
margin-top: -4px;
}
.case-bottom a:nth-child(2) img{
    
width: 59px;
    
display: block;
    
margin: 0px auto;
}
.case-title-detail{

float: left;

background-color: #fff;

border-radius: 10px;

padding: 10px   15px  15px;

text-align: left;

margin-top: 5px;
}
.detail-title{

font-size: 15px;

margin: 6px 0px  5px;

font-weight: 600;
}
.num-title{

color: #1f6bdb;

font-size: 14px;

margin-top: 10px;

margin-bottom: 2px;
}
.detail-p{

font-size: 13px;

margin-bottom: 10px;

float: none!important;
}
.blue-cir{

}
.blue-cir li{
    
padding-left: 10px;
    
font-size: 13px;
    
color: #303538;
position: relative;
}
.blue-cir li::before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #3077df;
    position: absolute;
    left: 0px;
    top: 7px;
}
.blue-cir li b{
    color: #303538;
    margin: 7px 0px;
    display: block;
    float: none;
}
.blue-cir li p{
    font-size: 13px;
    float: none;
}
.questions-answers{

}
.questions-answers li{
}
.questions-answers li+li{
    
padding-top: 20px;
    
border-top: 1px #eee dashed;
}
.questions-answers li p{
    
padding-left: 25px;
    
position: relative;
    
font-size: 13px;
    
font-weight: 600;
    
padding-bottom: 20px;
    
float: none;
}
.questions-answers li p img{
    
position: absolute;
    
width: 17px;
    
left: 0px;
    
top: 4px;
}
.Acknowledgement{
    background: url(../img/ack-bg.png) no-repeat;
    background-size: 100% auto;
    min-height: 100%;
    position: absolute;
    height: 100%;
}
.Acknowledgement-box{
    position: relative;
    min-height: 100%;
    display: block;
    padding-top: 17rem;
    height: 100%;
}
.Acknowledgement-boxs{
    background-color: #fff;
    border-radius: 15px 15px 0px 0px;
    padding: 20px 15px 30px;
    min-height: 100%;
    text-align: center;
}
.Acknowledgement-box p{

font-size: 14px;

text-align: justify;

line-height: 1.7;
}
.Acknowledgement-box p b{
    
color: #303538;
    
margin-top: 5px;
    
display: block;
    
margin-bottom: 5px;
}
.name-list{

margin-bottom: 15px;
}
.name-list li{
    
width: 20%;
    
float: left;
    
color: #303538;
    
font-size: 14px;
    
text-align: left;
}
.Acknowledgement-bottom{
    /* position: fixed; */
    /* bottom: 30px; */
    /* width: 100%; */
    left: 0px;
    text-align: center;
    margin-top: 20px;
}
.w-50{
    /* float: left; */
    width: calc(50% - 3px);
    display: inline-block;
    padding-right: 15px;
    padding-left: 0px;
}
.w-50:nth-child(even){
    padding-left: 15px;
    padding-right: 0px;
}

.w-33{
    /* float: left; */
    width: calc(33.33% - 3px);
    display: inline-block;
}
.case-series-img p{
    font-size: 14px;
    text-align: left;
    padding: 0px 6px;
    float: left;
}
.margin-top-10{
    margin-top: 10px;
}
.case-title-detail h4{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}
@media (max-width:370px) {
  .tab-ul{
    text-align: left;
    padding-left: 18px;
  }
  .tab-ul li{
    font-size: 17px;
    padding: 3px 10px;
  }
}
.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
