.systemUpdateTip{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 325px;
    height: 250px;
    background: #ffffff;
    z-index: 2000;
    box-shadow: -2px -2px 8px rgba(0,0,0,0.08);
}
.sut_header{
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #FF6464;
    padding: 0 20px;
    box-sizing: border-box;
}
.sut_header span{
    color: #fff;
}
.sut_header i{
    color: #fff;
    cursor: pointer;
}
.sut_Body{
    padding: 20px 40px;
    box-sizing: border-box;

}
.sut_bodyContent{
    color: #3D453E;
    font-size: 13px;
    line-height: 20px;
}
.sut_openBtn{
    border-radius:60px;
    background: #6CBB74;
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}
.systemUpdateTipPopupCon{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index:9999;
}
.systemUpdateTipPopup{
    width: 920px;
    height: 465px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -232px;
    margin-left: -460px;
}
.systemUpdateTipPopup .layui-icon-close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px;
    color: #969696;
}
.sutp_body{
    padding-top: 60px;
    padding-left: 70px;
}
.sutp_logo{
    width: 186px;
    height: 215px;
    background: url("images/500@2x.png");
    background-size: 100% 100%;
}
.sutp_contact{
    width: 186px;
    margin-top: 80px;

}
.sutp_contact p{
    width: 100%;
    margin-top: 10px;
    color: #333333;
    font-size: 14px;
}
.sutp_contact p span{
    color: #4891FF;
    font-size: 14px;
}
.sutp_right{
    margin-left: 70px;
    width: 534px;
}
.sutp_right .sutpr_title{
    color: #333333;
    font-size: 16px;
}
.sutp_right p{
    color: #454545;
    font-size: 13px;
    line-height: 20px;
}
.grayscale {
    opacity: 0.3;
    pointer-events: none;
}


.logobox .logonImg {
    width: 280px;
    height: auto;
    position: absolute;
    top: 5px;
    left: 0;
}


#SM_BTN_1 {
    width: 371px !important;
    height: 46px !important;
    line-height: 46px !important;
}


.nc_scale {
    background: #ffffff !important;
}


.nc-container #nc_1_wrapper {
    width: 371px !important;
}

.nc-container #nc_2_wrapper {
    width: 371px !important;
}

.nc-container #nc_3_wrapper {
    width: 371px !important;
}

.nc-container #nc_4_wrapper {
    width: 371px !important;
}

.nc-container #nc_5_wrapper {
    width: 371px !important;
}

.nc-container #nc_6_wrapper {
    width: 371px !important;
}

.nc-container #nc_7_wrapper {
    width: 371px !important;
}

.nc-container #nc_8_wrapper {
    width: 371px !important;
}

.nc-container #nc_9_wrapper {
    width: 371px !important;
}


#SM_POP_1 {
    width: 371px !important;
    left: 0 !important;
    top: 0 !important;
    height: 46px !important;
}

#SM_POP_INNER_1 {
    left: 0 !important;
    top: 0 !important;
}


.nc-container #nc_1_wrapper {
    width: 371px !important;
    height: 46px !important;
    line-height: 46px !important;
}


.nc-container .nc_scale span {
    height: 44px !important;
    line-height: 46px !important;
}

.nc_scale {
    height: 46px !important;
}

#rectMask {
    width: 373px !important;
    height: 48px !important;
    line-height: 48px !important;
}

.sm-ico {
    margin-top: 0px !important;
}

#sm-btn-bg {
    width: 371px !important;
    height: 46px !important;
    line-height: 46px !important;
}

#rectTop {
    height: 23px !important;
}

#rectBottom {
    height: 23px !important;
    top: 24px !important;
}

.userInfoCon {
    height: 76px;
}

.userInfoRightCon {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
}

.userInfoRightCon .topNav {
    position: static;
    float: right;
}

.userInfoRightCon .topbarbox {
    position: static;
    float: right;
    margin-left: 60px;
}
#xieyiDetail{
    box-sizing: border-box;
    padding:0 60px;
}
#xieyiDetail h3{
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}
#xieyiDetail h4{
    line-height: 30px;
    text-align: left;
    font-weight: 600;
}
#xieyiDetail p{
    line-height: 24px;
    text-align: left;
    text-indent: 28px;
}
.compareReport{
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}

.compareReport .compareReportCon{
    display: none;
    position: absolute;
    width: 76px;
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(105,105,105,0.15);
    top: 60px;
    left: 0;
}
.compareReport:hover .compareReportCon{
    display: block;
}
.compareReport .compareReportCon a{
    padding: 0;
    display: block;
    line-height: 25px;
    margin-top: 10px;
}
.agreement{
    display: flex;
    align-items: center;
    position: relative;
}
.agreement input {
    margin-right: 10px;
}
.agreeTip{
    position: absolute;
    width: auto;
    background-color: rgba(0,0,0,.7);
    color: #ffffff;
    padding: 2px 4px;
    margin: auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    top: -26px;
    left: -36px;
}
.agreeTip::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 48px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(0,0,0,.7);
}