* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
    /*touch-action: pan-y;*/
}
html, body {
    width: 100%;
    font-family:PingFangSC-Regular;
}
body {
    height: 100%;
    overflow:auto;   /* 用于 android4+，或其他设备 */
    -webkit-overflow-scrolling: touch;    /* 用于 ios5+  当手指从触摸屏上移开，会保持一段时间的滚动  auto： 立即停止*/
}
img{
    border:0;
    vertical-align:middle
}
input, textarea {
    outline: none;
    background: #fff;
    -webkit-user-select: auto;
}
button {
    outline: none;
    background: #fff;
    border: none;
    font-family: inherit;
    text-transform: none;
}
select {
    outline: none;
}
li{
    list-style: none;
}
a:hover {
    text-decoration: none;
}
a,
a:active,
a:visited,
a:link {
    text-decoration: none;
}
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.title-ecliips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title-wrap {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary{
     color: #ffffff;
     background: #3883F4;
 }
.btn-primary:hover{
    color: #ffffff;
}
.btn-default {
    background: #0A204D;
    color: #ffffff;
}
.btn-android{
    color: #ffffff;
    background-color: #97C024;
    background-image: url("./../../img/mobile/img-en/down-icon-2.png");
    background-repeat: no-repeat;
    background-position: .3rem center;
    background-size: .453rem .533rem;

}
.btn-ios{
    color: #ffffff;
    background-color: #0A111F;
    background-image: url("./../../img/mobile/img-en/down-icon-1.png");
    background-repeat: no-repeat;
    background-position: .4rem center;
    background-size: .453rem .533rem;
}
.btn-pc{
    color: #ffffff;
    background-color: #36538E;
    background-image: url("./../../img/mobile/img-en/down-icon-3.png");
    background-repeat: no-repeat;
    background-position: .4rem center;
    background-size: .68rem .533rem;
}
.wrapper {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;*/
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
.wrapper .section {
    overflow: hidden;
    background-color: #fff;
}
.wrapper .section .top {
    position: relative;
    color: #999999;
    padding: 0.3rem 0.4rem;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #E8E8E8;
}
.wrapper .section .top .more {
    font-size: 12px;
    color: #999999;
    float: right;
}
.wrapper .header-bar {
    width: 100%;
    height: 1rem;
    position: fixed;
    top: 0;
    background:#1261A8;
    z-index: 999;
    /*
     width: 100%;
     height: 1rem;
     background:linear-gradient(180deg,rgba(34,101,171,1) 0%,rgba(55,82,141,1) 100%);*/
    color: #ffffff;
    font-family: 'PingFangSC-Regular', sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    /*
     position: fixed;
     top: 0;
     z-index: 999;*/
}
.wrapper .header-bar .icon {
    margin: 0 .44rem;
    position: relative;
}
.wrapper .header-bar .logo {
    width: 2.66rem;
    margin: 0 .44rem;
}
.wrapper .header-bar .logo img {
    display: block;
    width: 100%;
}
.wrapper .header-bar .title{
    font-size: .4rem;
    color: #fff;
}
.wrapper .header-bar .menu-icon.menu-icon-default{
    display: inline-block;
    width: .72rem;
    height: .33rem;
    background: url("./../../img/mobile/img-en/menu-default.png") no-repeat center center;
    background-size: 100% 100%;
}
.wrapper .header-bar .menu-icon.menu-icon-active{
    display: inline-block;
    width: .72rem;
    height: .33rem;
    background: url("./../../img/mobile/img-en/menu-active.png") no-repeat center center;
    background-size: 100% 100%;
}
.wrapper .header-bar #menuBox{
    display: none;
}
.wrapper .header-bar .menu-box .menu-list{
    display: inline-block;
    width: 4.08rem;
    height: 5.74rem;
   /* width: 4.08rem;
    height: 9.72rem;*/
    position: absolute;
    top: .8rem;
    right: 0;
    background: url("./../../img/mobile/img-en/menu-bg-2.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 9999;
}
.wrapper .header-bar .menu-box .menu-list >li{
    display: inline-block;
    width: 100%;
    height: .93rem;
    line-height: .93rem;
    border-bottom: 0.013rem solid #5D5D5D;
    text-align: center;
}
.wrapper .header-bar .menu-box .menu-list >li:first-child{
    margin-top: .15rem;
}
.wrapper .header-bar .menu-box .menu-list >li:last-child{
    border-bottom: none;
}
.wrapper .header-bar .menu-box .menu-list >li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 0.93rem;
    font-size:.37rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#ffffff;
}
.wrapper .list-wrapper {
    /* position: relative;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     width: 100%;
     overflow-x: hidden; !* winphone8和android4+ *!
     overflow-y: auto; !* winphone8和android4+ *!
      -webkit-overflow-scrolling: touch; !* ios5+ *!
     background: #ffffff;
     margin-top: 1rem;*/
    width: 100%;
    height: auto;
    min-height: 17rem;
    background: #ffffff;
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 888;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.wrapper .list-wrapper .wrapper-padding{
    padding: 0 0.4rem;
}
.wrapper .list-wrapper .swiper-img img {
    width: 100%;
    height: 100%;
}
.wrapper .list-wrapper .swiper-img .img-desc{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.8rem;
    padding: 0.2rem;
    line-height: 0.8rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.wrapper .list-wrapper .map-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}
.wrapper .list-wrapper .btn-groups {
    padding: 0.45rem;
}
.wrapper .list-wrapper .board {
    height: 5.5rem;
    margin: .5rem;
    background: rgba(226, 225, 238, 1);
    box-shadow: 0px 20px 20px 0px rgba(226, 225, 238, 0.2);
    border-radius: 6px;
}

