@charset "utf-8";
@font-face {
    font-family: AliRegular;
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf')
}

@font-face {
    font-family: AliMedium;
    src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.ttf')
}

@font-face {
    font-family: AliBold;
    src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.ttf')
}

@font-face {
    font-family: AliHeavy;
    src: url('../fonts/AlibabaPuHuiTi-2-105-Heavy.ttf')
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    margin: 0;
}

input:focus,
.btn:focus,
.btn:active,
select:focus {
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

.position {
    position: relative;
}


.common-wap-nav{
    /* padding: 10px  30px; */
    padding: 10px 10px 3px;
    display: flex;
    justify-content: space-between;

}


.common-wap-nav a {
    padding-left: 16px;
}


.common-wap-nav span {
    /* position: absolute; */
    width: 15px;
    height: 15px;
    right: 16px;
    top: 50%;
    margin-top: 10px;
    cursor: pointer;
    font-size: 2rem;
    color: #555;
  
}

.common-wap-nav span i {
    display: flex;
    width: 15px;
    height: 1px;
    background-color: #000;
    margin: 6px 0;
}



.wap-nav-dropdown {
    position: fixed;
    right: 0;
    top: 48px;
    height: 100%;
    width: 0;
    z-index: 999;
    /* background: rgba(0, 0, 0, .7); */
    pointer-events: none;
    transition: all linear 0.2s;
    opacity: 0;
    overflow: hidden
}

.wap-nav-dropdown.active {
    width: 100%;
    pointer-events: auto;
    opacity: 1
}

.wap-nav-dropdown>em {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    right: 73%;
    top: 14px;
}

.wap-nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.wap-nav-lang a:nth-of-type(1) {
    display: block;
}

.wap-nav-content {
    position: relative;
    padding: 0 20px;
}

.wap-nav-content>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.wap-nav-content:last-child a {
    border-bottom: none
}

/* .wap-nav-content>a.active span {
    display: inline-block;
    padding-left: 12px;
    border-left: 4px solid #36a7e9;
} */

.wap-input {
    padding: 36px 0 20px;
    border-bottom: 1px solid #ddd;
}

.china {
    padding: 56px 20px 20px;
    display: flex;
    justify-content: flex-end;
}

	/* 文字选中样式   增加权重*/
    /* .active {
        color: #4360D8 !important;
        font-weight: 700 !important;
    } */

.colores{
    /* display: inline-block;
    padding-left: 12px;
    border-left: 4px solid #36a7e9; */
    color: #297abe;
    /* font-size: 20px; */
}

.wap-input input {
    height: 36px;
    background: #1D1D1D url(../images/icon16.png) no-repeat;
    background-size: 17px 18px;
    background-position: 12px 9px;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    border: 1px solid #1D1D1D;
    padding-left: 37px;
    -webkit-appearance: none;
    border: none;
}

.wap-input input::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
}

.wap-nav-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0 20px 10vh;
}

.wap-nav-footer a {
    display: block;
}

.wap-nav-footer .wap-btn1 {
    height: 46px;
    line-height: 46px;
    border: 1px solid #000;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}

.wap-nav-footer .wap-btn2 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    padding-top: 16px;
}







