.top-image-index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.main_home {
    position: relative;
    z-index: 9
}

.tag {
    padding: 10px !important;
    margin-top: 10px !important;
}

.loginImg {
    width: 100%;
    margin: 0 auto;
    height: 438px;
    /* background-image: url("https://image.guojiayikao.com/user-card-16181972820000.5656680069178601.jpg"); */
    background-image: url("https://image.guojiayikao.com/zbsykzxjy-1627530025.jpeg");
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2
}

.middle-I img {
    width: 100%;
    z-index: 0;
}

.middle {
    width: 100%;
    position: relative;
}

.pile-1 a {
    color: white;
}

a:hover {
    text-decoration: none !important;
    color: black
}
.topHead {
    display: flex;
    align-items: center;
    height: 86px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #ececec;
}
.headleft{
    width: 190px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}
.logoimg{
    display: block;
    width: 54px;
    height: 54px;
    margin-right: 6px;
}
.logotitle1{
    font-weight: 700;
font-size: 26px;
color: #333333;
}
.logotitle2{
    font-weight: 700;
font-size: 12px;
color: #333333;
}
.countdowns{
    position: relative;
    width: 404px;
    height: 47px;
    margin-right: 35px;
}
.countdownsimg{
    width: 100%;
    height: 100%;
}
.countdownsinfo{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 66px;
    letter-spacing: 2px;
}
.countdownsdays{
    font-family: Druk Wide, Druk Wide;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}
.headtel{
    margin-right: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.telimg{
    display: block;
    width: 37px;
    height: 37px;
    margin-right: 12px;
}
.telinfo{
    display: flex;
    flex-direction: column;
}
.teltext{
   width: 48px;
   height: 13px;
   background: #0084FF;
   border-radius: 24px 24px 24px 24px;
   text-align: center;
   line-height: 13px;
   font-weight: 400;
   font-size: 9px;          /* 先满足最小限制 */
   color: #FFFFFF;
}
.telnum{
    font-weight: 700;
font-size: 24px;
color: #333333;
line-height: 30px;
}
.headnews{
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.headnews:hover .newsinfo{
    color: #ff3333;
}
.headnews:hover .newsimg{
    background: url("https://image.guojiayikao.com/2026/07/20/13-53-43-395.png") no-repeat center center;
}
.headnews:hover .newsbox{
   display: block;
}
.newsbox:hover{
    display: block;
}
.newsbox{
    display: none;
    position: absolute;
    top: 60px ;
    left: -100px;
    width: 255px;
    height: 417px !important;
    padding: 0 20px;
    background: white;
    z-index: 99999;
    box-shadow: 0px 4px 24px 0px #CECECE;
border-radius: 0px 0px 0px 0px;
}
.studytoolsbox{
    display: none;
    position: absolute;
    top: 60px ;
    left: -100px;
    width: 255px;
    height: 282px;
    padding: 0 20px;
    background: white;
    z-index: 99999;
    box-shadow: 0px 4px 24px 0px #CECECE;
border-radius: 0px 0px 0px 0px;
}
.triangle-up{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
}
.newsimg{
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://image.guojiayikao.com/2026/07/20/13-30-03-013.png") no-repeat center center;
}
.studytoolsimg{
    display: block;
    width: 22px;
    height: 22px;
    background: url("https://image.guojiayikao.com/2026/07/20/14-18-01-378.png") no-repeat center center;
}
.studytools:hover .studytoolsinfo{
    color: #ff3333;
}
.studytools:hover .studytoolsimg{
    background: url("https://image.guojiayikao.com/2026/07/20/14-19-06-618.png") no-repeat center center;
}
.studytools:hover .studytoolsbox{
    display: block;
}
.studytoolsbox:hover{
    display: block;
}
.newsinfo{
    font-weight: 400;
font-size: 16px;
color: #333333;
}
.newsbox1,.newsbox2{
    width: 100%;
    height: 135px;
    display: flex;
    align-items: center;
    color: #333333 !important;
}
.newsinfo1{
    font-weight: 700;
font-size: 17px;
color: #333333;
}
.newsinfo2{
    font-weight: 400;
font-size: 16px;
color: #999999;
}
.newsbox2{
    border-top: 1px solid #ececec;
}
.newsboximg{
    display: block;
    width: 87px;
    height: 87px;
    margin-right: 8px;
}

.studytools{
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.studytoolsinfo{
    font-weight: 400;
font-size: 16px;
color: #333333;
}

.studytoolsbox2{
    display: flex;
    height: 24px;
}
.androidtool{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('https://image.guojiayikao.com/2025/03/17/14-33-21-636.png');
}
.appletool{
    margin-left: 6px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('https://image.guojiayikao.com/2025/03/17/14-34-36-038.png');
}
.tablettool{
    margin-left: 6px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('https://image.guojiayikao.com/2025/03/17/14-34-46-864.png');
}
.head {
    height: 99px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 102px;
    margin-bottom: 10px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.erweima {
    width: 804px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    /* float: left; */
    left: 20px;
    float: left;
}

.erweima ul {
    width: 100%;
    list-style-type: none
}

.erweima .ul-left li {
    width: 20%;
    float: left;
    text-align: center;
    margin: 0 auto;
    margin-left: 50px;
    margin-left: 27px;
    margin-right: 25px;
}

.erweima ul li img {
    width: 100%;
    cursor: pointer;
}

.erweima ul li p {
    text-align: center;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
}

.ul-left {
    float: left;
    width: 500px;
    width: 400px !important
}

.cximg {
    position: relative;
    width: 810px;
    /* left: 453px; */
    /* z-index: 9999; */
    display: none;
    margin: 0 auto;
    z-index: 99999;
}

.cximg img {
    width: 259px;
    position: absolute;
    z-index: 9;
}

.downimg {
    position: relative;
    width: 400px;
    /* left: 453px; */
    /* z-index: 9999; */
    display: none;
    margin: 0 auto;
    z-index: 99999;
}

.downimg img {
    width: 259px;
    position: absolute;
    z-index: 10;
}

.gzhimg {
    position: relative;
    width: 0;
    /* left: 453px; */
    /* z-index: 9999; */
    display: none;
    margin: 0 auto;
    z-index: 99999;
}

.gzhimg img {
    width: 259px;
    position: absolute;
    z-index: 9;
}

.price_wrap {
    width: 63%;
    float: left;
}

.addShopCartCourse {
    background-image: url(../courseimages/shopcart.png);
    background-repeat: no-repeat;
    background-size: 28%;
    float: right;
    background-position: 7px -7px;
    width: 107px;
    text-align: right;
    margin-right: 13px;
}

.logo {
    display: block;
    float: left;
    margin-left: 10px;
}

.tel {
    float: right;
    display: block;
    clear: both;
    position: relative;
    top: -67px;
    margin-right: 10px
}

.tel span {
    display: inline-block;
    float: right;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: red;
}

.kind .content {
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 14px; */
    position: absolute;
    font-size: 20px;
    color: white;
    text-align: center;
    width: 15.59%;
    background-color: #ff3333;
}

.pile-1 {
    color: #ffffff;
    font-size: 18px;
    padding-left: 24px;
    padding-top: 12px;
}

.pile-2 {
    font-size: 14px;
    padding-left: 38px;
    color: #ffffff;
    cursor: pointer;
}

.indexchange .change-con .lay-out .lith span {
    COLOR: #0c85f1;
    FONT-WEIGHT: BOLD;
}

.pile-3 {
    font-size: 14px;
    padding-left: 30px;
    padding-top: 1px;
    color: #ffffff;
    cursor: pointer;
    width: 37%;
    display: block;
    float: left;
}

.pile-4 {
    font-size: 14px;
    padding-left: 38px;
    color: #ffffff;
    cursor: pointer;
}

.pile-p-2 {
    margin-top: 2px;
    height: 154px;
}

.kind {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    /* line-height: 43px; */
    background: white;
}

.linkk a {
    float: left;
    width: 675px;
    text-align: center;
    height: 413px;
    cursor: pointer
}

.indexchange {
    background: #fff;
    margin-right: 0px;
    height: 412px !important;
    margin-top: 12px;
    float: right;
    width: 344px;
}

.kind1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.kind-1 {
    /* background-color: #ff3333; */
    width: 100%;
    height: 50px;
    position: relative;
    line-height: 50px;
    /* float: left; */
}

.kind-1X {
    width: 180px;
    float: left
}

.shapes {
    height: 438px;
    background: #99664c;
    width: 104%;
    position: relative;
    z-index: 9999;
}

.kind-2 {
    padding-left: 12px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.kind-3 {
    color: black;
    font-size: 18px;
    /* float: left; */
    width: 82%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    position: absolute;
    left: 191px;
    float: left;
}

.loginMain_dl_tit {
    margin: 0 10px 13px;
    color: #333;
    font-size: 20px;
    position: relative;
    font-weight: 700;
}

.izl-rmenu {}

.loginMainD_dparam {
    color: #999;
    line-height: 28px;
    font-size: 14px;
    margin: 0 10px 10px;
    text-align: left !important
}

.login-main {
    width: 100%;
}

.con-username {
    position: relative;
}

.ab {
    display: block;
    /* float: left; */
    width: 100%;
    /* text-align: center; */
}

.login-login {
    width: 280px;
    margin: 0 auto;
}

.con-username label {
    position: absolute;
}

.pa_ {
    position: relative !important;
}

.pa_ label {
    position: absolute;
}

.lm-banner .ban-bg {
    position: absolute;
    top: 218px;
    left: 305px;
}

.lm-banner .ban-text {
    margin: 20px 0 0 180px
}

input {
    margin: 10px 0 !important;
    width: 278px;
    height: 35px !important;
    border-radius: 3px !important;
    display: inline-block;
    padding-left: 10px !important;
    color: #666 !important;
    font-size: 12px;
    margin-bottom: 10px !important;
    height: 40px;
    margin: 0 0px 20px !important;
    border: 1px solid #dedede;
    border-radius: 1px !important;
}

#remember {
    /* width: 12px !important;
    height: 40px !important; */

    width: 12px !important;
    margin: 0 !important;
}

.bg {
    width: 300px;
    margin: 0 auto;
    background-image: url(/static/images/picture.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
    clear: both;
}

form button {
    background-color: red;
    color: #fff;
    border: none;
    font-size: 16px;
    text-align: center;
}

.table-left a {
    color: #fc1731;
    display: inline-block;
    font-size: 16px;
}

.table-left {
    display: inline-block;
    float: left;
}

.table-right {
    float: right;
    position: relative;
    right: 27px;
    font-size: 16px;
}

#registerform {
    height: 50px;
    line-height: 50px;
    border-radius: 56px;
    background: #ff6476;
    width: 148px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-left: 40px;
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
}

.tabletop {
    position: relative;
}

.pa_ {
    position: relative;
}

table {
    margin-top: 20px;
    margin: 0 auto;
    position: relative;
}

.user {
    position: relative;
}

form #imgcode {}

th {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
}

.error {
    color: red;
    font-size: 12px;
}

label {
    background-image: url(/static/courseimages/register.png);
    background-repeat: no-repeat;
    padding: 15px;
    background-position: 02px 12px;
    padding-left: 23px;
    white-space: nowrap;
    width: 100%;
    top: 8px;
}

.imgdiv {
    position: absolute;
    right: 0;
    top: 4px;
}

#checkcode {
    cursor: pointer;
}

.user {
    position: relative;
}

.zhanghao {
    color: #666;
    font-size: 16px;
}

td {
    position: relative;
}

.login {
    color: #0097e1;
    display: none
}

tr {
    position: relative;
}

.login a {
    font-size: 16px;
}

.glyphicon-ok {
    background-image: url(/static/courseimages/li_ok.jpg);
    width: -15px;
    position: relative;
    top: -40px;
    display: block;
    background-size: 3%;
}

#imgcode-error {
    padding-left: 20px;
}

.imgdiv #btn {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 19px;
    left: 177px;
}

#registerform {
    color: #fff !important;
}

.login {
    width: 200px;
    margin: 0 auto;
}

.log {
    display: block;
    background: #ff9d3d;
    /* height: 46px; */
    /* line-height: 46px; */
    color: #fff !important;
    font-size: 20px;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    height: 35px !important;
    line-height: 35px !important;
    padding-right: 16px;
    border: 0;
    text-align: center;
    padding: 0px !important;
    vertical-align: middle;
    margin: 0px !important;
}

.log-1 {
    display: block;
    background: #e45d6f;
    /* height: 46px; */
    /* line-height: 46px; */
    color: white !important;
    font-size: 20px;
    width: 100px;
    border-radius: 0 !important;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    height: 35px !important;
    line-height: 35px !important;
    float: right;
    border: 0;
}

.text {
    width: 200px;
    margin: 0 auto;
    position: relative;
    left: 10px;
}

.info {
    width: 300px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    cursor: pointer;
}

.info ul {
    display: flex;
    justify-content: space-around;
}

.info ul li {
    text-align: center;
    width: 50px;
}

.info ul li img {
    width: 30px;
    height: 30px;
}

.info ul li div {
    font-size: 14px;
}

.password-con a {
    color: #ff9d3d;
    padding-right: 0;
    white-space: nowrap;
}

.loginMain_dl_tit {
    height: 40px;
    color: #333;
    font-size: 20px;
    line-height: 52px;
    position: relative;
    font-weight: 700;
    text-align: left !important;
    margin: 0 10px 10px;
    white-space: nowrap;
}

.register {
    float: right;
    margin-top: -53px;
    margin-right: 20px;
    height: 40px;
    position: relative;
    font-weight: 700;
    text-align: left !important;
    cursor: pointer;
}

.register p {
    color: #f51c1c;
    font-size: 20px;
    line-height: 40px;
}

.password-con a:hover {
    font-weight: bold;
}

.remember-con {
    /* position: absolute; */
    /* left: 18px; */
    /* height: 0px; */
    display: flex !important;
    align-items: center;
}

.li4 .password-con {
    /* margin-top: 6px; */
    /* float: right; */
    /* position: absolute; */
    /* right: 0; */
    display: flex;
    align-items: center;
}

.remember-con .remember-span {
    padding-left: 10px;
    font-size: 12px;
    display: inline-block;
    top: -16px;
}

.li4 {
    width: 280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    position: relative;
    /* top: -13px; */
}

.li4 div {
    /* display: inline-block;
    height: 0px; */
}

.li4 div span {
    /* position: relative;
    top: -3px; */
}

category .li4 div input {
    background-image: none;
    margin-top: 26px;
    width: 18px;
    height: 18px;
    border-radius: 0px;
    display: inline-block;
    padding-left: 0;
    box-shadow: #ffb5b5 0px 0px 0px;
    color: #666 !important;
    font-size: 12px;
}

.category {
    display: block;
    /* float: left; */
    width: 95.5%;
    /* text-align: center; */
    padding-left: 10px
}

.pile-p-1 {
    padding-top: 4px;
}

.category span {
    color: white;
    font-size: 18px;
    color: white;
    font-size: 17px;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 33px;
    cursor: pointer;
}

.form-login {
    float: right;
    background: #fff;
    margin-right: 0px;
    height: 418px !important;
    clear: both;
    width: 344px;
    position: absolute;
    margin-top:3px;
    right: 0;
    top: 10px;
}

.form-bottoms-containters {
    height: 40px;
    margin-top: 44px;
}

.login-main-in {
    width: 1200px;
    margin: 0 auto;
}

form {
    padding: 0px 10px 0px 10px !important;
    position: relative;
    margin-left: 33px !important;
    background: #ffff;
    width: 300px;
    margin: 0 auto !important;
}

.userinfo {
    padding-top: 10px;
}

.tel img {
    width: 30px;
    padding-right: 6px;
}

.adatext {
    text-align: center;
    font-size: 18px;
    color: #7d7d7d;
}

.adaimages {
    text-align: center;
    clear: both;
}

.adaimages img {
    text-align: center;
    cursor: pointer;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    margin-left: 0px;
}

.listcontainter {
    display: block;
}

.list-m {
    width: 100%;
    height: 36px;
    margin-top: 20px;
}

.list-m span {
    font-size: 14px;
    color: red;
}

.list-l {
    float: left;
    width: 45%;
    height: 33px;
    border: 1px solid red;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    margin-left: 8px;
}

.list-r {
    float: right;
    width: 45%;
    height: 33px;
    border: 1px solid red;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    margin-right: 8px;
}

.listcontainter {
    height: 195px;
    margin: 0 auto;
    width: 100.8%;
    margin-top: 29px;
}

.listcontainter .list-w img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.list-w {
    float: left;
    display: block;
    width: 49.5%;
    height: 95px;
}

.list-w span {
    display: block;
    color: red;
    text-align: center;
}

.icon-1 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.icon-2 {
    border-right: 1px solid #ccc;
}

.icon-3 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.list-w a {}

.list-w a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.information {
    margin: 0 auto;
    width: 1200px;
}

.message {
    margin-top: 5px;
    margin-right: 179px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
    height: 48px;
    width: 1200px;
}

.message span {
    width: 96px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ff3333;
}

.message-1 {
    width: 1200px;
    height: 80px;
}

.message-1 ul {
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.message-1 ul li {
    display: inline-block;
    width: 33%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-1 ul li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.free {
    margin-left: 382px;
}

.tit {
    margin-right: -209px;
    border-bottom: 1px solid #ccc;
    height: 48px;
    color: red;
    width: 1200px;
}

.tit h4 {
    width: 96px;
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ff3333;
}

.tit-img img {
    transition: all .3s ease;
    width: 100%;
    transform: scale(0.9);
}

.pic img:hover {
    box-shadow: 2px 2px 10px #ccc;
    transform: scale(1);
    /* ÃƒÂ©Ã‚Â¼Ã‚Â ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¾ÃƒÂ¥Ã‹â€ Ã‚Â°ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¤Ã‚Â¸Ã…Â ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ¥Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ¦Ã‚Â¯Ã¢â‚¬ÂÃƒÂ¤Ã‚Â¾Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¾ÃƒÂ¥Ã‚Â¤Ã‚Â§1ÃƒÂ¥Ã¢â€šÂ¬Ã‚Â*/
}

.free {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 23px;
    margin-bottom: 10px;
}

.pic {
    display: block;
    width: 310px;
    margin: 0 auto;
    text-align: center;
}

.free .tit-img li {
    float: left;
    display: inline;
    height: 234px;
    width: 200px;
    overflow: hidden;
    width: 25%;
}

.free .tit-img h4 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding-left: 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.free .tit-img .free-e {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: normal;
    width: 100%;
    height: 50px;
}

.free-f {
    display: block;
    color: red;
    float: left;
    padding: 5px 0;
    font-weight: normal;
    padding-left: 15px;
    font-size: 16px;
}

.free-r {
    display: block;
    float: right;
    line-height: 32px;
}

.footer-1 {
    background: #666666;
    color: white;
    position: absolute;
    width: 100%;
    margin: 0 auto;
}

.foot {
    margin: 0 auto;
    width: 1200px;
}

.link {
    float: left;
}

.link-1 {
    padding-bottom: 10px;
    color: white;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.link p {
    padding-right: 114px;
    color: white;
    padding-bottom: 5px;
    font-size: 14px;
}

.square {
    width: 100px;
    height: 36px;
    background-color: #ff3333;
    color: white;
    line-height: 36px;
}

.square h4 {
    padding-left: 13px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline
}

.fr {
    float: right;
    _display: inline
}

.pr {
    position: relative
}

.abs {
    position: absolute;
}

input,
textarea {
    outline: none
}

textarea {
    resize: none;
    overflow: auto
}

.ani_tran {
    display: block;
    width: 149px;
    height: 42px;
    font: 16px/36px microsoft yahei;
    color: #fff;
    overflow: hidden;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.free-eyes-containter img {
    width: 30px;
}

.ui-containter-listen {
    position: relative;
    left: -5px;
}

.footer p {
    /*color: white;*/
}

.footer .f_nav2 {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: white;
}

.footer .f_nav2 a {
    color: white;
    margin: 0 6px;
}

ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    height: 104px;
    background-size: 81%;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
}

ul.countdown li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 69px;
    margin-top: 69px;
    position: relative;
    margin-left: -1px;
    position: relative;
    left: 37px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 69px;
    margin-top: 62px;
    position: relative;
    margin-left: -1px;
    position: relative;
    left: 5px;
}

ul.countdown li span {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

ul.countdown li.seperator {
    font-size: 80px;
    line-height: 50px;
    vertical-align: top;
}

html {
    background-repeat: no-repeat;
    background-size: 109.7%;
}

ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.countdown .source {
    width: 405px;
    margin: 0 auto;
    background: #4f5861;
    color: #a7abb1;
    font-weight: bold;
    display: block;
    white-space: pre;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn {
    background: #f56c4c;
    margin: 40px auto;
    padding: 12px;
    display: block;
    width: 100px;
    color: white;
    text-align: center;
}

.btn:hover {
    text-decoration: none;
    opacity: .7;
}

.times {
    width: 100%;
}

.countdown {
    float: right;
    width: 389px !important;
}

.days {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-weight: bold !important;
    color: #ff3300;
    position: absolute;
    position: absolute;
    top: -10px;
    left: -5px;
    font-size: 20px !important;
}

.daytime {
    color: white;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    left: 2px
}

.hours {
    background: #fe4238;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.minutes {
    background: #e46e5f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.seconds {
    background: #e46e5f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.kind-3 li {
    display: inline;
    width: 14%;
    text-align: center;
    padding: 15px 30px;
    /* border: 1px solid; */
}

.kind-3 li:hover {
    background-color: #ff3333;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.kind-3 li:first-child {
    color: red;
}

.linkkkk {
    width: 260px;
    background-color: white;
    position: absolute;
    z-index: 999999999999999999999;
    margin: 0 auto;
    left: 40%;
    box-shadow: 1px 1px 10px #ccc;
}

.linkkkk li {
    /* margin-bottom: 10px; */
    height: 83px;
    padding: 10px;
    cursor: pointer;
}

.taobao {
    background-image: url(../images/taobao.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.tianmao {
    background-image: url(../images/tianmao.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.wechat {
    background-image: url(../images/wechat.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 0 !important;
}

.linkkkk p {
    position: relative;
    /* width: 100px; */
    line-height: 26px;
    text-align: left;
    /* padding-left: 10px; */
}

.tp1 {
    font-size: 14px !important;
    color: #724123 !important;
}

.tp2 {
    color: #9a652f;
}

.tp3 {
    font-size: 12px;
    color: black;
}

.sale-link {
    position: relative;
    width: 1000px;
    top: 47px;
    /* z-index: 9999; */
    display: none;
    margin: 0 auto;
    z-index: 99999;
}

.tp3 img {
    vertical-align: middle;
}

.dorp {
    position: relative;
    display: inline-block;
}

.dorp_con {
    /* display: none; */
    position: absolute;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    /* padding: 12px 16px; */
    /* overflow: auto; */
}

.dorp:hover .dorp_con {
    display: block !important;
    position: absolute;
}

.bgred {
    background: #ff3322;
    color: #fff;
}

.kind-3 li {
    padding: 15px 20px !important;
}

#sc {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

#sc,
#SM_BTN_WRAPPER_1,
#SM_BTN_1,
#rectMask,
.rect-bottom,
.rect-top,
#sm-btn-bg {
    width: 100% !important;
}

#rectMask,
#SM_BTN_1 {
    height: 36px !important;
    line-height: 36px !important;
}

#rectTop,
#rectBottom {
    height: 18px !important;
    line-height: 36px !important;
}

.codebox {
    z-index: 999;
    margin-top: 0;
    right: -12px;
}

.unRead {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: 18px;
    right: 57px;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    z-index: 9999;
    display: none;
}

.messageLogn {
    /* padding-left: 10px; */
    font-size: 12px;
    /* position: absolute; */
    /* top: 10px; */
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
}

.captcha-elementCSS {
    margin-left: -10px !important;
    position: relative;
    z-index: 0;
}

.con-username .mobile {
    width: 310px;
    margin-left: -10px !important;
}

#password {
    width: 310px;
    margin-left: -10px !important;
}

.loginMainD_dparam {
    margin-left: 0 !important;
}

.loginMain_dl_tit {
    margin-left: 0 !important;
}

.codeimg {
    margin-right: -30px !important;
}

.showLoading {
    position: absolute;
    width: 108%;
    height: 116%;
    background-color: #FFFFFF;
    z-index: 999;
    left: -12px;
    display: none;
}

.showLoadingTwo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.showLoading img {
    width: 20%;
    height: 16%;
}

.showLoadingText {
    font-size: 18px;
    color: #888;
    margin-top: 20px;
}

.AI_box {
    position: fixed;
    top: 30px;
    right: 10px;
    justify-content: end;
    z-index: 9;
}

.AI_box_ {
    width: auto;
    height: auto;
    display: flex;
    align-items: end;
}

.AI_text {
    background-color: #E3EFFF;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px;
    padding: 0px 20px;
    margin-left: -20px;
    margin-bottom: 5px;
    color: #1e73e2;
}

.AI_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.imgBox {
    /* width: 52px;
    height: 52px; */
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #E3EFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imgBoxOneB {
    width: 60px;
    height: 60px;
    position: relative;
}

.imgBoxTwoB {
    width: 30px;
    height: 10px;
    position: relative;
}

.imgBoxOne {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

.imgBoxTwo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: 0;
}

.wechat {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.wechat:hover {
    transform: scale(1.8);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wechat:hover {
    background-size: 90px 90px !important;
}
 #changePwd{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}
#changePwd .changeBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    height: 160px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.changeBox .changeBoxText{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin: 20px;
}
.changeBoxBtn{
    cursor: pointer;
    width: 80px;
    height: 30px;
    background: #e45d6f;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;

}
.closew{
    position: absolute;
    cursor: pointer;
    top: -40px;
    right: -36px;
    width: 30px;
    height: 30px;
}