a {
    text-decoration: none;
    /* color: #ffffff; */
}

a:hover {
    /* color: #ffffff; */
    text-decoration: none;
}

html {
    background: #f0f4ff;
    font-size: 20px;
}

.widthView {
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropdown-toggle::after {
    font-size: .7rem !important;
    margin-left: 0.3rem;
}

.nav-link {
    width: 100%;
    padding: .3rem;
    box-sizing: border-box;
    margin-right: .1rem;
    border: 0;
}

.HeadNavView {
    display: flex;
    /*position: absolute;*/
    top: 2%;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
    background: #f0f4ff;
    align-items: center;
    height: 49px;
}

.headNavView1 {
    display: flex;
    justify-content: space-between;
    width: 25%;
    position: relative;
    right: .5rem;
}

.LogoImg {
    width: 100px;
    height: 22px;
    margin-left: 14px;
}

.dropdown-active {
    border: .05rem solid #2857FD !important;
    border-radius: .25rem !important;
    color: #2857FD !important;
    background-color: #FFF !important;

}

.dropdown-menu {
    position: absolute;
    top: .5rem !important;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    min-width: 0rem;
    padding: .1rem;
    box-sizing: border-box;
    margin: 0;
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
    list-style: none;
    /*background-color:transparent;*/
    background-color: #2857FD;
    background-clip: padding-box;
    border: transparent;
    /* border-radius: 4px; */
    width: 100px;
    /*height: 100px;*/
}

.displayFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.displayFlex1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #FFF;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    /* border: 0; */
    text-align: center;
    font-size: 0.7rem;
    z-index: 99999;
}

.coverWhite {
    font-size: 0.7rem;
    color: #2857FD;
    text-align: center;
}

.headRightView {
    margin-right: 20px;
}

.about {
    display: none;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16rem;
    overflow: hidden;
    height: 15.2rem;
    background: url('../images/about-box.png') no-repeat center;
    background-size: cover;
}

.box {
    width: 16rem;
    overflow: hidden;
    height: 14.6rem;
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
    padding: 2.8rem 1.3rem .25rem;
    box-sizing: border-box;
}

.text-about {
    z-index: 9;
    left: 1.1rem;
    top: .8rem;
    font-size: .4rem;
    cursor: pointer;
    color: #fff;
    position: absolute;
}

.close-about {
    z-index: 99999;
    right: .5rem;
    top: .3rem;
    font-size: .4rem;
    cursor: pointer;
    color: #fff;
    position: absolute;
    padding: .6rem;
}

.input-box {
    height: 1rem;
    display: flex;
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input {
    font-size: .35rem;
    outline: none;
    text-indent: .5rem;
    width: 100%;
    padding: 0;
    /* border: 0; */
    background: #FFFFFF;
    border: .1rem solid #E6E6E6;
    border-radius: .25rem;
}

.input-left {
    width: 2.8rem;
    font-size: .35rem;
    font-family: Alibaba;
    font-weight: normal;
    color: #0E050B;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.red {
    color: red;
}

.input-right {
    width: 10.2rem;
    font-size: .35rem;
    font-family: Alibaba;
    font-weight: normal;
    display: flex;
    flex-wrap: nowrap;
    height: 1rem;
}


.sex {
    cursor: pointer;
    text-align: center;
    font-size: .35rem;
    font-family: Alibaba;
    font-weight: normal;
    color: #000000;
    width: 2.2rem;
    background: #FFFFFF;
    border: .1rem solid #E6E6E6;
    box-sizing: border-box;
    line-height: 1rem;
}

.sex1 {
    margin-left: .3rem;
    border-radius: .25rem 0px 0px .25rem;
}

.sex2 {
    border-radius: 0px .25rem .25rem 0px;
}

.sex-active {
    color: #2857FD;
    border: .1rem solid #2857FD;
    box-sizing: border-box;
}

.identity {
    cursor: pointer;
    width: 3.4rem;
    font-family: Alibaba;
    font-weight: normal;
    text-align: center;
    height: 1rem;
    color: #000000;
    background: #FFFFFF;
    border: .1rem solid #E6E6E6;
    font-size: .35rem;
    line-height: 1rem;
}

.identity1 {
    border-radius: .25rem 0 0 .25rem;
}

.identity2 {
    border-radius: 0 .25rem .25rem 0;
}

.identity-active {
    color: #2857FD;
    border: .1rem solid #2857FD;
    font-size: .35rem;
}

.inputImg {
    display: block;
    width: 4.7rem;
    height: 1.65rem;
    margin: 0 auto;
}

.input-btn {
    /* position: absolute; */
    cursor: pointer;
    width: 4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .55rem;
    background: #2857FD;
    text-align: center;
    border-radius: .6rem;
    color: #fff;
    /* bottom: 1.5rem; */
    margin: 0 auto;
}

.mask {
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 999;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.mask-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video-box {
    position: relative;
    background: #fff;
    width: 17rem;
    height: 10rem;
}

.close-video {
    cursor: pointer;
    font-size: .6rem;
    position: absolute;
    top: -1.1rem;
    right: 0.1rem;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    width: 3rem;
    height: 1rem;
    background-color: #2856fd;
    text-align: center;
    line-height: 1rem;
    border-radius: .5rem;
}