﻿body {
    background:#fafafa;
    font-family:'Microsoft YaHei';
}
input::-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    font-weight:normal;
}
    input:disabled,
    textarea:disabled {
        background: #F7F8FA;
    }
    .layui-layer-title {
        font-weight: bold;
    }
.layui-nav .layui-nav-more{
    right:10px;
}
.imgLimit img{
    width:90%!important;
    height:auto!important;
    margin:20px auto;
}
/*面包屑*/
.layui-breadcrumb a {
    color: #979799 !important;
}

    .layui-breadcrumb a:hover {
        color: #363636 !important;
    }
.red {
    color: #EB544D;
}
.mustChooseFlag {
    color: #EB544D;
    margin-right:5px;
}
.layui-nav *{
    font-size:16px;
}
.layui-nav .layui-nav-item {
    line-height: 44px;
}
    .layui-nav .layui-nav-item .navPage {
        color: #fff;
        padding: 0 28px;
        cursor:pointer;
    }
.layui-nav .layui-nav-child .navPage {
    color: #666;
    cursor: pointer;
}
.layui-nav-child {
    top: 45px;
}
select{
    border:1px solid #fff;
}
/*禁用按钮颜色--主色2*/
.btnDisabledColor {
    background-color: #4187F3;
}

/*#endregion */

.comWrap {
    width: 1160px;
    margin: 0 auto;
    /*overflow:hidden;*/
}
.comFloatLeft{
    float:left;
}
.comFloatRight{
    float:right;
}
.comOverflow{
    overflow:hidden;
}
.comZw{
    width:100%;
    height:112px;
}
/*#region 页面公共部分 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.headerTop {
    background: #fff;
    height: 68px;
    width: 100%;
}

    .headerTop .logoImg {
        width: 260px;
        height:40px;
        margin-top: 16px;
        cursor:pointer;
    }

        .headerTop .logoImg img {
            width: auto;
            height: 100%;
        }

    .headerTop .loginRegisterBtn {
        font-size: 14px;
        padding-right: 30px;
        padding-top: 31px;
    }

    .headerTop .messageNameBtn {
        font-size: 14px;
        padding-right: 30px;
        padding-top: 21px;
        margin-top:-1px;
        /*position: relative;*/
    }

    .headerTop .messageNameBtn .messageBox,
    .headerTop .messageNameBtn .gerenBox {
        position: relative;
        float:left;
        padding-bottom:10px;
    }

    .headerTop .messageNameBtn i {
        font-size: 32px;
    }

    .headerTop .messageNameBtn .iconxiaoxi {
        margin-right: 24px;
        cursor: pointer;
    }

    .headerTop .messageNameBtn .iconmorentouxiang {
        cursor: pointer;
    }
        .headerTop .messageNameBtn .photoPath{
            width:33px;
            height:33px;
            cursor:pointer;
            display:none;
            border-radius:33px;
            float:left;
        }
        .headerTop .messageNameBtn .customerName {
            height: 38px;
            line-height: 38px;
            display: inline-block;
            float: right;
            cursor: pointer;
            padding-left: 12px;
        }

    .headerTop .messageNameBtn .messageNum {
        position: absolute;
        border-radius: 2px;
        padding: 2px 6px;
        background: #EB544D;
        color: #fff;
        left: 20px;
        top: -5px;
        font-size: 12px;
    }
        .headerTop .messageNameBtn .grSetBoxWrap {
            
        }
        .headerTop .messageNameBtn .grSetBox {
            padding-top: 5px;
            background: #fff;
            border: 1px solid #fff;
            position: absolute;
            bottom: -114px;
            right: 50%;
            margin-right: -49px;
            display: none;
            z-index: 99999;
        }
    /**header消息弹窗style**/
    .headerTop .msgboxdialog{
       position: absolute;
       top: 47px;
       left: -224px;
       border: 1px solid;
       z-index: 1;
       width:448px;
       height:325px;
       padding:0 16px;
       background-color: #ffffff;
       display: none;
    }
    .headerTop .msgboxdialog .icontopArrow{
        position: absolute;
        width: 0; 
        height: 0;
        border-width:0 10px 10px; 
        border-style:solid; 
        border-color:transparent transparent #DDDFE0; 
        position:absolute; 
        top:-10px; 
        left:50%;
        margin-left:-10px;
    }
    .headerTop .msgboxdialog .icontopArrow em{
        display:block; 
        width:0; 
        height:0; 
        border-width:0 10px 10px; 
        border-style:solid; 
        border-color:transparent transparent #fff; 
        position:absolute; 
        top:1px; 
        left:-10px;
    }
    .headerTop .msgboxdialog .msgboxdialogcontent{
        width: 100%;
        padding:11px auto 14px;
    }
    .msgdialogtop{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px 0;
    }
    .msgdialogtop span{
        font-size:14px;
        font-weight: bold;
    }
    .msgdialogtop a{
        font-size:12px;
        font-weight: 400;
    }
    .msgdialogmid{
        width: 100%;
    }
    .msgdialogmid li{
        display: flex;
        align-items: center;
        height: 44px;
        line-height: 44px;
        margin-bottom: 2px;
        font-size:12px;
        font-weight:400;
    }
    .msgdialogmid li button{
        width: 40px;
        height: 20px;
        border-radius: 13px;
        font-size:12px;
        background-color:#fff;
        margin:0 8px;
        border: none;
    }
    .msgdialogmid li a dd:hover{
        color: #979799!important;
    }
    .msgdialogmid li .msglistcontent{
        width: 300px;
        white-space:nowrap; 
        overflow:hidden; 
        text-overflow:ellipsis; 
    }
    .msgdialogmid li dt{
        padding-left: 17px;
    }
    .msgdialogallsign{
        position: absolute;
        bottom: 0;
        left: 40%;
        font-size:14px;
        margin:14px 0;
        cursor: pointer;
        text-decoration: none!important;
    }
    .headernomsg{
        width: 100%;
        text-align: center;
        margin:57px auto 0;
        display: block!important;
    }
    .headernomsg img{
        width: 357px;
        height: 100px;
    }
    .headernomsg span{
        display: block;
        font-size:12px;
        font-weight:400;
        cursor: pointer;
    }

.arrow {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 12px 10px;
    border-style: solid;
    /*border-color: transparent transparent #333;*/
    position: absolute;
    top: -10px;
    left: 50%; /* 三角形居中显示 */
    margin-left: -10px; /* 三角形居中显示 */
}

    .arrow em {
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent #fff;
        position: absolute;
        top: 1px;
        left: -10px;
    }

.headerTop .messageNameBtn .grSetBox li {
    width: 96px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

    .headerTop .messageNameBtn .grSetBox li:hover {
        background-color: #f2f3f5;
    }
/*#region footer */
.footer {
    padding-bottom:25px;
    padding-top:28px;
    overflow:hidden;
}
.footerLeft .footerList {
    float: left;
    margin-right:70px
}
    .footerLeft .footerList:last-child{
        margin-right:0;
    }
    .footerLeft .footerList .footerListTitle {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight:bold;
    }
    .footerLeft .footerList .footerListDetail li {
        margin-bottom: 12px;
        font-size: 12px;
        max-width: 90px;
        display: block;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }
        .footerLeft .footerList .footerListDetail li a {
            max-width: 90px;
            display: inline-block;
            overflow: hidden; /*超出部分隐藏*/
            white-space: nowrap; /*不换行*/
            text-overflow: ellipsis; /*超出部分文字以...显示*/
        }
    .footerLeft .footerList #phoneTime li {
        max-width:105px;
    }
        .footerRight {
            font-size: 14px;
        }
    .footerRight .AppCode {
        margin-left:24px;
    }
    .footerRight .codeImg{
        width:110px;
        height:110px;
        background:#ccc;
    }
    .footerRight .codeText {
        padding-top: 26px;
        text-align: center;
    }
    /*#endregion */
.comContentLeft{
    padding-top:40px;
    padding-bottom:80px;
    width:858px;
    min-height:700px;
}
.comTitle{
    font-weight:bold;
    font-size:24px;
    padding-bottom:18px;
}
.comTitleLine {
    width: 8px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    float: left;
}
.comNewsRight {
    width: 277px;
    padding-left: 24px;
    padding-top: 40px;
}
    .comNewsRight .rightNewsTitle {
        font-size:20px;
        font-weight:bold;
        padding-bottom:10px;
        border-bottom:1px solid #fff;
    }
    .comNewsRight .rightNewsTitle span{
        font-size: 12px;
        font-weight: normal;
        padding-top:10px;
    }
    .comNewsRight .rightNewsList{
        padding:16px 0;
    }
        .comNewsRight .rightNewsList li {
            padding-bottom: 12px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
        }
    .comNewsRight .rightBannerImg{
        width:278px;
        height:278px;
    }
    .comNewsRight .rightBannerImg img{
        width: 100%;
        height: auto;
    }

    .comNavLeft{
        padding-top:40px;
        width:204px;
        padding-right:24px;
        box-sizing:border-box;
    }
        .comNavLeft .navLeftTitle{
            font-size:20px;
            padding-bottom:18px;
            font-weight:bold;
        }
        .comNavLeft .navLeftListBox{
            padding-left:8px;
            padding-bottom:24px;
        }
            .comNavLeft .navLeftListBox .navLeft {
                padding: 0px 8px 0px;
                width:172px;
                border-radius:4px;
                box-sizing:border-box;
                font-size:16px;
                cursor:pointer;
                color:#fff;
                height:40px;
                line-height:40px;
            }
                .comNavLeft .navLeftListBox .navLeft a {
                    width: 164px;
                    display: inline-block;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    word-break: break-all;
                }
                .comNavLeft .navLeftListBox .navLeft.navLeftChoose a {
                    color: #fff;
                    width:164px;
                    height:36px;
                    line-height:36px;
                    display:inline-block;
                }
                /*#endregion */
                /*弹窗*/
                .comDialogWrap {
                    position: relative;
                }
.comMiddleContent{
    padding-top:40px;
    width:654px;
    min-height:620px;
}
.comMiddleTitle {
    font-size: 20px;
    padding-bottom: 26px;
}
.comDialogBox {
    width: 100%;
    position: absolute;
    top: 0;
}
.comDialog{
    margin:0 auto;
    font-size:14px;
    color:#fff;
    border-radius:4px;
    text-align:center;
    line-height:20px;
    padding:10px 0;
    display:none;
}
.comRightContent{
    width:956px;
    padding-top:40px;
}
/**改变placeholder默认字体颜色**/
/* WebKit browsers 适配谷歌 */
.placeholdercolor::-webkit-input-placeholder{
    color:#C8C8CB;
}
/* Mozilla Firefox 4 to 18 适配火狐 */
.placeholdercolor:-moz-placeholder{ 
    color: #C8C8CB;
}
/* Mozilla Firefox 19+ 适配火狐 */
.placeholdercolor::-moz-placeholder{
    color:#C8C8CB;
}
/* Internet Explorer 10+  适配ie*/
.placeholdercolor:-ms-input-placeholder{ 
    color: #C8C8CB;
}

/*项目表格样式*/
.tableBox {
    padding-bottom: 40px;
}

.tableTitle {
    padding: 10px 0 10px 19px;
    font-size: 16px;
    font-weight: bold;
}

.tableLittleTitle {
    font-size: 12px;
    padding-top: 5px;
    font-weight: normal;
}

.tableBox table {
    border: 1px solid #eceef1;
}

.tableBox tr {
    border-bottom: 1px solid #eceef1;
}

    .tableBox tr.noData td {
        height: 150px;
        line-height: 150px;
        text-align: center;
    }

.tableBox th {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f7f8fa;
}

.tableBox td {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .tableBox td.price {
        text-align: right;
        padding-right: 42px;
        width: 88px;
        box-sizing: border-box;
    }

    .tableBox td.index {
        padding-left: 29px;
        width: 74px;
        box-sizing: border-box;
    }

    .tableBox td.name {
        padding-right: 45px;
        text-align: left;
        width: 300px;
        box-sizing: border-box;
    }

        .tableBox td.name p,
        .tableBox td.purpose p,
        .tableBox td.careful p {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            width: 251px;
        }

    .tableBox td.purpose p {
        width: 612px;
    }

    .tableBox td.purpose {
        padding-right: 44px;
        text-align: left;
        width: 656px;
        box-sizing: border-box;
    }

    .tableBox td.input {
        padding-left: 17px;
    }

        .tableBox td.input i {
            cursor: pointer;
            color: #dddfe0;
            font-size: 20px;
        }
/* 2020-4-22add */
#msgNum{
    display: none;
}
/**右侧侧边组件样式*/
.rtassembly{
    position: relative;
}
.rtassembly ul#J_rtassembly{
    width:40px;
    right:0;
    position: fixed;
    top:45%;
}
.rtassembly ul#J_rtassembly li{
    width:100%;
    height:40px;
    background-color:#363636;
    display: flex;
    align-items: center;
}
.rtassembly ul#J_rtassembly li:hover{
    /*background-color:#64A3F8;*/
    cursor: pointer;
}
.rtassembly ul#J_rtassembly li:nth-child(4){
    display: none;
}
.rtassembly ul#J_rtassembly li img{
    display: block;
    margin: auto;
    align-items: center;
}
.rtassembly ul#J_rtassembly li#J_backtop img{
    padding-top:13px;
}
.rtassembly .rtsubg{
    width:110px;
    padding:16px 16px;
    min-height:128px;
    /*background-color:#64A3F8;*/
    position: fixed;
    right: 40px;
    top: 45%;
    word-break:break-all;
    word-wrap:break-word;
    white-space:pre-wrap;
    display: block!important;
}
.rtassembly .getrightdata{
    color:#FFFFFF;
    font-size:12px;
    font-weight:400;
    line-height:20px;
    display:none;
}
.rtassembly .codecontent{
    display: none;
}
.rtassembly .getrightdata .getmobiletime li{
    padding-bottom:12px;
}
.rtassembly .getrightdata .getmobiletime li:last-child{
    padding-bottom:0;
}
.codecontent .getewmnr{
    position: relative;
}
.codecontent .ewmbg{
    width:110px;
    height:110px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
    .codecontent .ewmbg img{
        width:100%;
        height:auto;
    }
    .codecontent h3 {
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        position: absolute;
        bottom: -24px;
        left: 11px;
    }

.headmsgboxpad{
    padding-bottom:10px;
}
.pageTitleText{
    text-align:center;
    font-size:30px;
    color:#000;
    font-weight:bold;
    padding-bottom:16px;
}
.pageAlertText {
    text-align: center;
    font-size: 14px;
    padding-bottom: 24px;
}

/*前台弹窗样式*/
body .layer-go .layui-layer-content {
    background: #fdebeb !important;
    border: 1px solid #f6ccc5 !important;
    box-shadow: none !important;
    color: red;
}

body .layer-go .layui-layer-TipsG {
    display: none;
}

/*浮动按钮样式*/
.btnBox {
    width: 100%;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    height: 72px;
}
.laydate-day-mark::after{
    display:none!important;
}

/*新版体检定制样式*/
.comTitleBox {
    background: #fff;
}

    .comTitleBox .comTitle {
        padding-top: 40px;
        padding-bottom: 23px;
        width: 1160px;
        margin: 0 auto;
    }

    .comTitleBox .comAlert {
        width: 1160px;
        margin: 0 auto;
        display: flex;
        font-size: 14px;
        padding-bottom: 18px;
    }

        .comTitleBox .comAlert .comTitleAlertText {
            flex: 1;
        }

        .comTitleBox .comAlert .comCreatTime {
            width: 200px;
            text-align: right;
        }

.comSelectItemMoudleBox {
    width: 1160px;
    margin: 0 auto;
    padding-top: 24px;
    margin-bottom: 40px;
}

    .comSelectItemMoudleBox .comItemMoudleBox {
        margin-bottom: 40px;
    }

        .comSelectItemMoudleBox .comItemMoudleBox .moudleTitle {
            width: 132px;
            height: 40px;
            border-radius: 8px 8px 0px 0px;
            padding-left: 52px;
            padding-top: 12px;
            font-size: 16px;
            font-weight: bold;
            background-image: url(/assets/img/newPhysicalExamination/mustTitleIcon.png);
            background-position: 17px 11px;
            background-repeat: no-repeat;
            background-size: 24px;
            color: #fff;
            box-sizing: border-box;
        }

    .comSelectItemMoudleBox .fixedMoudleBox .moudleTitle {
        background-image: url(/assets/img/newPhysicalExamination/fixedTitleIcon.png);
        background-size: 24px;
    }

    .comSelectItemMoudleBox .sMoudleBox .moudleTitle {
        background-image: url(/assets/img/newPhysicalExamination/sTitleIcon.png);
        background-size: 24px;
    }

    .comSelectItemMoudleBox .recommendItemMoudleBox .moudleTitle {
        background-image: url(/assets/img/newPhysicalExamination/recommendTitleIcon.png);
        background-size: 24px;
    }

    .comSelectItemMoudleBox .optionalMoudleBox .moudleTitle {
        background-image: url(/assets/img/newPhysicalExamination/optionalTitleIcon.png);
        background-size: 24px;
    }

    .comSelectItemMoudleBox .comItemMoudleBox .moudleContent {
        box-shadow: 0px 6px 12px rgba(221, 223, 224, 0.2);
        border-radius: 0px 8px 8px 8px;
        border: 2px solid #fff;
        background: #fff;
    }

        .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moudleContentTop {
            padding: 15px 20px 20px 22px;
            position: relative;
        }

            .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moudleContentTop .topTitle {
                font-size: 16px;
                font-weight: bold;
                padding-bottom: 8px;
            }

            .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moudleContentTop .topAlert {
                font-size: 12px;
            }

            .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moudleContentTop .topBtnBox {
                position: absolute;
                top: 20px;
                right: 24px;
            }

                .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moudleContentTop .topBtnBox .addOptionalBtn,
                .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moudleContentTop .topBtnBox .delSBtn {
                    width: 132px;
                    height: 40px;
                    border-radius: 2px;
                    border: 1px solid #fff;
                    line-height: 40px;
                    text-align: center;
                    font-size: 14px;
                    margin-right: 12px;
                    cursor: pointer;
                    background: #fff;
                }

        .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList {
            padding: 16px 20px 24px 21px;
        }

            .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li {
                display: flex;
                align-items: center;
            }

                .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .inputBox,
                .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .delBox {
                    flex: 1;
                    font-size: 20px;
                    padding-top: 0;
                }

                    .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .inputBox i {
                        font-size: 20px;
                        cursor: pointer;
                    }

                    .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .delBox .optionalDelBtn {
                        display: inline-block;
                        width: 38px;
                        height: 22px;
                        border: 1px solid #FB4C5D;
                        border-radius: 2px;
                        font-size: 12px;
                        text-align: center;
                        line-height: 22px;
                        cursor: pointer;
                    }

                .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .itemContent {
                    width: 1064px;
                    display: flex;
                    align-items: center;
                    padding-top: 16px;
                    border-bottom: 1px solid #eceef1;
                }

                    .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .itemContent .itemDetail {
                        width: 910px;
                    }

                    .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .itemContent .itemPrice {
                        flex: 1;
                        text-align: right;
                        padding-right: 16px;
                    }

                    .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .itemContent .itemDetail .itemName {
                        font-size: 20px;
                        font-weight: bold;
                        padding-bottom: 18px;
                    }

                    .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .itemContent .itemDetail .itemCareful {
                        padding-bottom: 18px;
                        padding-left: 44px;
                        background: url(/assets/img/newPhysicalExamination/carefulIcon.png) no-repeat 15px top;
                        background-size: 19px;
                    }

                        .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .itemContent .itemDetail .itemCareful span {
                            font-weight: bold;
                        }

                    .comSelectItemMoudleBox .comItemMoudleBox .moudleContent .moduleItemList li .itemContent .itemDetail .itemIntroduce {
                        padding-left: 44px;
                        background: url(/assets/img/newPhysicalExamination/detailIcon.png) no-repeat 15px top;
                        background-size: 19px;
                        padding-bottom: 14px;
                    }
.priceAlertBtnBox {
    margin: 40px auto 0;
    width: 1160px;
    background: #fff;
}

.priceAlertBtnBoxFixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -580px;
}

/*快速登录弹窗样式*/
.contentBox {
    height: 450px;
    background: #fff;
}
    .contentBox label {
        height: 38px;
        width: 55px;
        line-height: 38px;
        font-size: 14px;
        color: #363636;
        display: inline-block;
        text-align: right;
        padding-right: 13px;
        box-sizing: border-box;
    }

    .contentBox .registerInputBox label {
        width: 69px;
    }

    .contentBox input,
    .contentBox select {
        height: 38px;
        width: 214px;
        border: 1px solid rgba(221,223,224,1);
        font-size: 14px;
        text-indent: 10px;
        border-radius: 2px;
    }

        .contentBox input::-webkit-input-placeholder {
            color: #C8C8CB;
        }

        .contentBox input:-ms-input-placeholder {
            color: #C8C8CB;
        }

        .contentBox input::-moz-placeholder {
            color: #C8C8CB;
        }


.nameInputBox {
    padding-bottom: 16px;
    position: relative;
}

.pwdinputBox {
    position: relative;
}

    .pwdinputBox .iconbaomi,
    .pwdinputBox .iconkejian,
    .nameInputBox .iconshanchutupian {
        position: absolute;
        right: 140px;
        top: 10px;
        font-size: 16px;
        color: #DDDFE0;
        cursor: pointer;
    }
.alertText {
    color: #D84640;
    font-size: 12px;
    padding-left: 60px;
    padding-top: 4px;
    visibility: hidden;
}

.registerInputBox .alertText {
    padding-left: 73px;
}
.registerInputBox {
    padding-left: 35px;
}

.contentBox .registerInputBox input {
    width: 294px;
}

.contentBox .registerInputBox .codeInputBox input {
    width: 176px;
}


.idInputBox,
.telInputBox,
.codeInputBox,
.pwdinputBox {
    padding-bottom: 10px;
}

.idInputBox,
.telInputBox {
    position: relative;
}

.quickLoginDialog .idInputBox .iconshanchutupian,
.quickLoginDialog .telInputBox .iconshanchutupian {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    color: #DDDFE0;
    cursor: pointer;
}
.psychologyCTDialog .idInputBox .iconshanchutupian,
.psychologyCTDialog .telInputBox .iconshanchutupian {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    color: #DDDFE0;
    cursor: pointer;
}
.getCodeBtn {
    width: 112px;
    height: 38px;
    border: 1px solid rgba(236,238,241,1);
    border-radius: 2px;
    margin-left: 6px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

    .getCodeBtn.disableBtn {
        cursor: default;
        color: #c8c8c8;
        border-color: #eceef1;
        display: none;
    }
.laydate-day-mark1 {
    position: absolute;
    left: 0;
    top: 13px;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 8px!important;
    color:#ccc;
    overflow: hidden;
}
.layui-laydate-main{
    width:333px!important;
}
.layui-this .laydate-day-mark1 {
    color: #fff;
}
.layui-laydate-content td,
.layui-laydate-content th{
    height:37px!important;
    width:52px!important;
}
















