/* 
 *默认通用
 */
 
p {
   margin-bottom: 0;
}
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   
}
 
body {
   margin: 0;
   padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   padding: 0;
}

a {
   text-decoration: none;
   outline: none;
   color: #333;
}

a {
   margin: 0;
   padding: 0;
   text-decoration: none;
}

/* 重置链接a标签样式*/
a:active,
a:hover {
   text-decoration: none;
} 


/* 重置链接a标签的鼠标滑动效果 */
a:active,
a:focus {
   outline: none;
   border: 0;
   border: none;
}
img {
   border: none;
   margin: 0;
   padding: 0;
}
form,
fieldset,
legend {
   margin: 0;
   padding: 0;
   list-style: none;
   border: 0;
   border: none;
}
input,
button,
textarea,
select {
   font-size: 100%;
   outline: none;
   resize: none;
   font-family: "微软雅黑";
   margin: 0;
   padding: 0;
   list-style: none;
   border: 0;
   border: none;
}
ul li,
ol dl {
   list-style: none;
}

@font-face {
    font-family:Losttimoh;
    src: url(/wp-content/themes/global/static/thanks/Losttimoh-3.ttf);
}
@font-face {
    font-family:HONORSans;
    src: url(/wp-content/themes/global/static/thanks/HONORSans-Regular.ttf);
}
@font-face {
    font-family:HONORSans-blod;
    src: url(/wp-content/themes/global/static/thanks/HONORSans-Demibold.ttf);
}
.container .thanksPage{
    position: relative;
    display: flex;
    height: 100vh;
    overflow: hidden;
    min-height:750px;
    
}
.container .thanksPage .left_bg{
    width: 30%;
    height: 100%;
    flex: 0 30%;
    background-image:linear-gradient(#FBDC82,#FE9E82);
    
}

.container .thanksPage .infoWrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1450px;
}

.container .thanksPage .infoWrap .left_img{
    flex: 0 40%;
   
}
.container .thanksPage .infoWrap .left_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.container .thanksPage .infoWrap .right_info{
    flex: 0 55%;
    display: flex;
    flex-direction: column;
}
.container .thanksPage .infoWrap .right_info .title{
    padding: 0 10px;
    width: 90%;
}
.container .thanksPage .infoWrap .right_info .text{
    font-family:Losttimoh;
    font-size: 200px;
    font-weight: normal;
   background-image: linear-gradient(#FBDC82 47%, #FE9E82 59%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding:0 10px;
}
.container .thanksPage .infoWrap .right_info .you{
    text-align: right;
    margin-right: 120px;
    margin-top: -18%;
    background-image: linear-gradient(#FBDC82 55%, #FE9E82 69%);
}
.container .thanksPage .infoWrap .right_info .desc{
    font-family:HONORSans;
    margin-top: 40px;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
}
.container .thanksPage .infoWrap .right_info .down{
    margin-top: 40px;
    
}
.container .thanksPage .infoWrap .right_info .down a{
    padding:10px 30px;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #FBDC82, #FBDC82);
    font-size: 16px;
    font-family:HONORSans-blod;
    transition: all .5s; 
}
.container .thanksPage .infoWrap .right_info .down a:hover{
    background: linear-gradient(to right, #FBDC82, #FE9E82);
    transition: all .5s;
}

@media screen and (max-width:1500px){
    .container .thanksPage .infoWrap{
        width: 90vw;
    }
}

@media screen and (max-width:1280px){
    .container .thanksPage .infoWrap{
        align-items: normal;
    }
    .container .thanksPage .infoWrap .left_img{
        height: auto;
    }
    .container .thanksPage .infoWrap .right_info .text{
       font-size: 150px;
    }
    .container .thanksPage .infoWrap .right_info .desc{
        font-size: 16px;
    }
}
@media screen and (max-width:950px){
    .container .thanksPage{
        flex-direction: column;
        min-height: auto;
       height: 820px;
    }
    .container .thanksPage .left_bg{
        width: 100%;
        flex: 0 40%;
    }
    .container .thanksPage .infoWrap{
        width: 95%;
        top: 50px;
        transform: translate(-50%,0);
        flex-direction: column;
        
    }
    .container .thanksPage .infoWrap .right_info .title{
        display: flex;
        width: 100%;
        align-items: center;
    }
    .container .thanksPage .infoWrap .right_info .text{
        font-size: 80px;
    }
    .container .thanksPage .infoWrap .right_info .you{
        margin-right: 0;
        padding-left: 20px;
        margin-top: 0;
    }
    .container .thanksPage .infoWrap .right_info .desc{
        margin-top: 15px;
    }
}



