@font-face{
    font-family: 'calibari';
    src: url("../fonts/calibri.woff");
}

@font-face{
    font-family: 'sourceHanSansCN';
    src: url("../fonts/SourceHanSansCN-Bold.woff");
}

html {
    font-size: 1vw;
    font-family: "Microsoft Yahei", sans-serif;
}
textarea{
    font-family: "Microsoft Yahei", sans-serif;
}

/* 英文版才出现 calibari 字体 */
html.lang-en {
    font-family: calibari, sans-serif;
}


/* 英文版才出现 思源字体 */
.lang-en  .font-source-han-sans-cn{
    font-family: sourceHanSansCN, sans-serif;
}


* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.lang-en input {
    font-family: calibari, sans-serif;
}

.lang-en textarea {
    font-family: calibari, sans-serif;
}

.logo-icon {
    position: relative;
    display: flex;
}

.logo-icon:before {
    display: block;
    content: '';
    height: 0.85em;
    width: 0.45em;
    background-color: white;
    transform: skew(45deg);
}

.logo-icon:after {
    display: block;
    content: '';
    margin-left: 0.45em;
    height: 0.85em;
    width: 0.45em;
    background-color: white;
    transform: skew(-45deg);
}

.submit-button > img {
    position: relative;
    width: 0.7em;
    top: 0.25em;
    margin-left: 0.8em;
    transition: transform 1s;
}

.submit-button:hover > img {
    transform: translateX(1em);
}

.submit-button {
    line-height: 2.2em;
    width: 8em;
    padding-left: 2.5em;
    box-sizing: border-box;
    color: white;
    background-color: #64BCED;
    font-size: 0.9em;
    position: relative;
    cursor: pointer;
}

.submit-button.lang-en {
    width: 9em;
}

.submit-button:hover {
    animation: submit-button-hover 2s;
    animation-fill-mode: forwards;
}

.submit-button:hover:after {
    animation: submit-button-after 1s;
    animation-fill-mode: forwards
}

.submit-button:after {
    background-color: white;
    bottom: -1em;
    right: -0.3em;
    position: absolute;
    content: '';
    display: block;
    height: 2.2em;
    width: 1em;
    transform: skewX(-45deg);
}

@keyframes submit-button-hover {
    0% {
        box-shadow: 0 0 0 rgba(100, 188, 237, 0.5);
    }
    100% {
        box-shadow: 0 0 1em rgba(100, 188, 237, 0.5);
    }
}

@keyframes submit-button-after {
    0% {
        right: -0.3em;
    }
    100% {
        right: -3em;
        display: none;
    }
}

/*-----------商务合作---------------*/
#public-cooperation {
    position: fixed;
    width: 50em;
    height: 40em;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    top: 3em;
    overflow: hidden;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.11);
    display: none;
    z-index: 200;
}

#public-cooperation .close {
    width: 4.48em;
    height: 2.14em;
    background-color: #3C3C3C;
    position: absolute;
    right: -1em;
    top: 0;
    transform: skewX(40deg);
    cursor: pointer;
}

#public-cooperation .close > img {
    transform: skewX(-40deg);
    width: 1.2em;
    margin-left: 1.5em;
    margin-top: 0.4em;

}

#public-cooperation .title {
    margin-top: 2.3em;
    margin-left: 5.3em;
}

#public-cooperation .title > span {
    font-size: 1.67em;
    font-weight: 500;
    line-height: 2.34em;
}

#public-cooperation .des {
    width: 79%;
    margin-top: 0.3em;
    margin-left: 5.3em;
}

#public-cooperation .des > span {
    font-size: 1.04em;
    font-weight: 400;
    color: #999999;
}

#public-cooperation .input-list {
    width: 79%;
    margin: 0 auto;
    margin-top: 2.8em;
}

#public-cooperation .input-row {
    display: flex;
    justify-content: space-between;
}

#public-cooperation .input-list input {
    border: none;
    outline: none;
    /*background-color: red;*/
    width: 22em;
    font-size: 0.83em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #999999;
    background-color: white;
}

#public-cooperation .input-list select {
    border: none;
    outline: none;
}

#public-cooperation .input-row:first-child, #public-cooperation .input-row:nth-child(2) {
    margin-bottom: 2em;
}

#public-cooperation .select-down {
    border-left: #3C3C3C solid 1px;
    border-bottom: #3C3C3C solid 1px;
    border-right: #3C3C3C solid 1px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 101;
    background-color: white;
}

#public-cooperation .select-item > span {
    font-size: 0.8em;
}

#public-cooperation .select-item {
    padding-left: 0.5em;
    line-height: 1.5em;
    cursor: pointer;
}

#public-cooperation .select-item:hover {
    background-color: rgb(240, 240, 240);
}

#public-cooperation .input-msg {
    margin: 0 auto;
    width: 79%;
    margin-top: 1.5em;
    border: 1px solid #999999;
    box-sizing: border-box;
    padding-bottom: 1.9em;
    position: relative;
    height: 9em;
}

#public-cooperation .input-msg > textarea {
    border: none;
    outline: none;
    font-size: 0.83em;
    padding-left: 1.5em;
    padding-top: 1.5em;
    padding-right: 1em;
    /*height: 6.5em;*/
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    resize: none;
}

#public-cooperation .input-tip {
    position: absolute;
    right: 0.8em;
    bottom: 0.65em;
    display: flex;
}

#public-cooperation .world-count {
    margin-right: 1em;
}

#public-cooperation .world-count > span {
    font-size: 0.83em;
    font-weight: 500;
    color: #999999;
}

#public-cooperation .file-link {
    background-image: url("/worldtech/dist/img/file-link.png");
    width: 1.1em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 1em;
    margin-top: 0.1em;
}

#public-cooperation .submit-line {
    margin: 0 auto;
    width: 79%;
    margin-top: 3em;
}

.rich-text {
    line-height: 1.5;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
}

#cookie-authorization {
    font-size: 19.2px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 10em;
    width: 24.38em;
    height: 14.27em;
    background: #ffffff;
    box-shadow: 0 0.16em 2.60em 0 rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 0.16em 2.60em 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0.16em 2.60em 0 rgba(0, 0, 0, 0.11);
    z-index: 1000;
    overflow: hidden;
}

#cookie-authorization .tip-text > span {
    font-size: 16px;
    font-weight: 500;
    color: #050505;
    line-height: 32px;
}

#cookie-authorization .tip-text {
    width: 19.79em;
    height: 3.33em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.92em;
}

#cookie-authorization .cookie-more{
    width: 19.79em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.93em;
}

#cookie-authorization .cookie-more > a{
    font-size: 0.83em;
    font-weight: 500;
    text-decoration: underline;
    color: #999999;
    line-height: 32px;
}

#cookie-authorization .submit-button-wrap{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
}

#cookie-authorization .i-know{
    width: 7.34em;
    height: 2.08em;
    background: #64bced;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    cursor: pointer;
    margin-top: 1.25em;
}
#cookie-authorization .i-know:hover:after{
    right:-11px;
    bottom: -11px;
}
#cookie-authorization .i-know:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: white;
    border-bottom-color: white;
    position: absolute;
    right: -3px;
    bottom: -3px;
    transition: right 0.35s,bottom 0.35s;
}

#cookie-authorization .i-know > span{
    font-size: 0.83em;
    font-weight: 500;
    color: #ffffff;
}

.lang-en #cookie-authorization .i-know > span{
    font-size: 1em;
}

#cookie-authorization .disagree-btn{
    cursor: pointer;
}
#cookie-authorization .disagree-btn >span{
    font-size: 0.83em;
    font-weight: 500;
    text-decoration: underline;
    color: #050505;
}

#cookie-authorization .btn-list{
    margin-top: 2.08em;
    display: flex;
    display: -webkit-flex;
    width: 14em;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    -webkit-align-items: center;
}
#cookie-authorization .agree-btn{
    width: 6.67em;
    height: 2.08em;
    background: #3c3c3c;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    cursor: pointer;
}

#cookie-authorization .agree-btn >span{
    font-size: 0.83em;
    font-weight: 500;
    color: #ffffff;
}

#cookie-authorization .agree-btn:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 6.5px solid transparent;
    border-right-color: white;
    border-bottom-color: white;
    right: 0;
    bottom: 0;
}
.agree-privacy{
    display: flex;
    display: -webkit-flex;
    width: 79%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.94em;
    align-items: center;
    -webkit-align-items: center;
}
.agree-privacy .agree-text{
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    margin-left: 0.5em;
}
.agree-privacy .agree-link{
    display: flex;
    display: -webkit-flex;
    margin-left: 0.2em;
}
.agree-privacy .agree-text >span{
    font-size: 0.73em;
    font-weight: 400;
    color: #878787;
}

.agree-privacy .agree-link > a{
    font-size: 0.73em;
    font-weight: 400;
    color: #4D94BB;
}


.agree-privacy .agree-check-box{
    width: 0.89em;
    height: 0.89em;
    background-size: 100% 100%;
    background-image: url("../images/img/agree-box-grey.png");
}

.agree-privacy .agree-check-box.selected{
    background-image: url("../images/img/agree-box-blue.png");
}

