@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

body {
    width: 100%;
    font-family: "思源黑体 CN", sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #0b0b0e;
    /* 浏览器不支持的时候显示 */
    background-image: -o-radial-gradient(#0b0b0e, #000000);
    background-image: radial-gradient(#0b0b0e, #000000);
    /* 标准的语法（必须放在最后） */
}

.bigBox {
    max-width: 100%;
    height: 50.521vw;
    background: url(../images/bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.webText {
    width: -webkit-calc(100% - 1.56vw);
    width: calc(100% - 1.56vw);
    height: 2.187vw;
    font-size: 0.8vw;
    line-height: 2.187vw;
    text-align: right;
    padding-right: 1.56vw;
}

.textBox {
    width: 41.354vw;
    height: 8.802vw;
    margin-top: 5.339vw;
    margin-left: 33.5vw;
    /* font-size: 4vw;
    font-weight: bold;
    line-height: 4.6vw; */
}

.textBox img {
    max-width: 100%;
    height: auto;
}

.industryBox {
    width: 63.958vw;
    height: 7.135vw;
    margin-top: 3.568vw;
    margin-left: 33.5vw;
}

.industryBox li {
    width: 7.135vw;
    height: 100%;
    float: left;
    margin-right: 0.96vw;
    opacity: 0;
}

.industryBox li:nth-child(8) {
    margin-right: 0;
}

.industryBox li img {
    /* transition: All 0.4s ease-in-out;后期使用 */
    max-width: 100%;
    height: auto;
}

/* .industryBox li img:hover{
    transform: rotate(-30deg);
    cursor: pointer;
} */
/* 后期使用 */

.mottoBox {
    width: 63.958vw;
    height: 7.109vw;
    margin-top: 6.823vw;
    margin-left: 33.5vw;
}

.mottoBox li {
    height: 100%;
    float: left;
    border-right: 1px solid transparent;
    -o-border-image: -o-linear-gradient(#0ebda6, #1967d7) 10 10;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#0ebda6), to(#1967d7)) 10 10;
    border-image: linear-gradient(#0ebda6, #1967d7) 10 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2vw;
    line-height: 2.5vw;
    letter-spacing: 2px;
}

.mottoBox li:nth-child(1) {
    width: 16.3vw;
    font-size: 1vw;
    line-height: 1.75vw;
}

.mottoBox li:nth-child(2) {
    width: 19.5vw;
    padding-left: 2.4vw;
}

.mottoBox li:nth-child(3) {
    width: 28vw;
    padding-left: 2.4vw;
    border: none;
}

.mottoBox li span {
    font-size: 0.7vw;
    display: block;
    margin-top: -0.5vw;
    letter-spacing: 1px;
}

.buttonBox {
    width: 25vw;
    height: 3.125vw;
    margin-top: 2.813vw;
    margin-right: 2.35vw;
    float: right;
}

.buttonBox li {
    width: 11.719vw;
    height: 3.125vw;
    float: left;
    border-radius: 10vw;
    font-size: 1.1vw;
    line-height: 3.125vw;
    text-align: center;
}

.buttonBox li {
    border: 2px solid #129fb7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.buttonBox li:nth-child(2) {
    float: right;
    background-color: #fda82b;
    border: none;
}

.buttonBox li:hover {
    cursor: pointer;
    font-size: 1vw;
}

.ascriptionText {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 3.2vw;
    left: 1.56vw;
    font-size: 0.8vw;
    color: #555556;
}
.loginBigBox {
    width: 100%;
    height: 50.521vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    display: none;
}

.loginBox {
    width: 21.62vw;
    height: auto;
    padding: 1.56vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
}

.closeBox {
    width: 1.3vw;
    height: 1.3vw;
    position: absolute;
    top: 0.5vw;
    right: 0.5vw;
    background: url(../images/close.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.closeBox:hover {
    cursor: pointer;
}

.loginTitle {
    width: 100%;
    height: auto;
    font-size: 1.8vw;
    font-weight: bold;
    text-align: center;
    color: #272a32;
    margin-bottom: 1.3vw;
}

.formBox {
    width: 100%;
    height: auto;
}

.inputBox {
    width: 100%;
    height: 2.474vw;
    text-align: right;
    margin-bottom: 1.56vw;
}

.inputBox:nth-child(1) {
    background: url(../images/home.png) no-repeat 0 0.457vw;
    background-size: 1.56vw 1.56vw;
}

.inputBox:nth-child(2) {
    background: url(../images/name.png) no-repeat 0 0.457vw;
    background-size: 1.56vw 1.56vw;
}

.inputBox:nth-child(3) {
    background: url(../images/phone.png) no-repeat 0 0.457vw;
    background-size: 1.56vw 1.56vw;
}

.formBox .inputBox input {
    width: -webkit-calc(100% - 1.6vw);
    width: calc(100% - 1.6vw);
    height: 100%;
    padding: 0 20px 0 20px;
    border: none;
    border-bottom: 1px solid #dcdfec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 0.8vw;
    color: #0f0e32;
    font-weight: 300;
}

.formBox .inputBox input::-webkit-input-placeholder {
    color: #cfcfd6;
}

.formBox .inputBox input:-moz-placeholder {
    /* FF 4-18 */
    color: #cfcfd6;
}

.formBox .inputBox input::-moz-placeholder {
    /* FF 19+ */
    color: #cfcfd6;
}

.formBox .inputBox input:-ms-input-placeholder {
    /* IE 10+ */
    color: #cfcfd6;
}

.formBox .subButtm {
    width: 100%;
    height: 2.344vw;
    border: none;
    border-radius: 6px;
    background-color: #089bab;
    font-size: 0.9vw;
    color: #ffffff;
    letter-spacing: 2px;
}

.formBox .subButtm:hover {
    cursor: pointer;
}

.messageBigBox {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
}
.messageBigBox:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.messageBigBox .messageBox {
    width: 39.063vw;
    height: auto;
    padding: 1.56vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
}
.cancel {
    width: 1.3vw;
    height: 1.3vw;
    position: absolute;
    top: 0.5vw;
    right: 0.5vw;
    background: url(../images/close.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.trialApplicationTitle {
    width: 100%;
    height: auto;
    font-size: 1.8vw;
    font-weight: bold;
    text-align: center;
    color: #272a32;
    margin-bottom: 1.3vw;
}
.messageBigBox .tip {
    display: flex;
    justify-content: center;
    margin-bottom: 1.3vw;
}
.messageBigBox .tip img{
    display: block;
    width: 3.385vw;
    height: 3.385vw;
    margin-right: 0.781vw;
}
.messageBigBox .tip .right .cont{
    color: #666;
    font-size: 0.9vw;
    margin-bottom: 0.79vw;
}
.messageBigBox .tip .right .tips {
    color: #666;
    font-size: 0.9vw;
    text-align: left;
}
.messageBigBox .address {
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    font-size: 0.8vw;
    color: #0f0e32;
    margin-bottom: 10px;
}
.address .text {
    font-size: 0.8vw;
    color: #999;
}
.address .input-address {
    display: flex;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    justify-content: space-between;
    width: calc(100% - 5vw);
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
}
.input-address .button{
    font-size: 14px;
    color: #089bab;
}
.input-address .button span {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}
.input-address .button span:first-child{
    border-right: 1px solid #dcdfe6;
    padding-right: 25px;
}

.messageBigBox .account {
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    font-size: 0.8vw;
    color: #0f0e32;
    margin-bottom: 10px;
}

.account .text {
    font-size: 0.8vw;
    color: #999;
}

.account .input-account {
    display: flex;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    justify-content: space-between;
    width: calc(100% - 5vw);
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
}

.input-account .button {
    font-size: 14px;
    color: #089bab;
}

.input-account .button span {
    cursor: pointer;
    padding-right: 20px;
    padding-left: 20px;
}
.beian {
    cursor: pointer;
}
.beian:hover {
    color: #35976d;
}
