html {
    min-width: 1080px;
}

body {
    margin: 0;
    font-size: 16px;
}
.banner-left{
    position: absolute;
    right: 0;
    top: 12%;
}
.my-comment {
    font-weight: 600;
    font-size: 24px;
    padding: 25px 25px 12px;
}

.scoring-wrap {
    display: inline-block;
}

textarea {
    display: block;
    width: 95%;
    margin: 20px auto;
    min-height: 190px;
    border: 0;
    padding: 10px;
    outline: 0;
}

.operation-wrap img {
    cursor: pointer;
    margin-right: 10px;
}

.operation-wrap .button {
    cursor: pointer;
    background: #4661b2;
    color: #fff;
    float: right;
    width: 138px;
    margin-top: 10px;
    line-height: 46px;
    height: 46px;
    font-size: 24px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.selected-comments-item-text p {
    line-height: 22px;
}

.selected-comments-item-head .head {
    overflow: hidden;
    background: #cdcdcd;
    height: 60px;
    width: 60px;
    margin: 40px auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.selected-comments-item-text div {
    margin-top: 40px;
    font-size: 20px;
    color: #4661b2;
    margin-bottom: 10px;
}

.title-name {
    font-weight: 600;
    padding-top: 80px;
    font-size: 34px;
    color: #fff;
}

.title-date {
    padding-top: 14px;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.pop-shadow {
    height: 100%;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    display: none;
}

.correct-block {
    width: 800px;
    height: 380px;
    background: #fff;
    margin: 150px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.correct-block textarea {
    border: 1px solid #e6e6e6;
}

.correlated-state {
    padding-left: 10px;
    font-size: 16px;
    color: #999999;
    font-weight: 500;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #4661b2;
}

.my-comment img {
    margin-right: 16px;
}

.my-comment-out .evaluatei {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-right: 20px;
}

.my-comment-out .evaluatei.on {
    color: #fff;
    background: #4661b2;
}

.list-detail-block-wrap table {
    width: 100%;
}

.list-detail-block-wrap p {
    line-height: 30px;
}

.layui-layer-loading .layui-layer-content {
    margin: 0 auto;
}

.province-envir-item > img {
    position: absolute;
    top: 0px;
    left: 163px;
}

.msrd-item p {
    margin: 24px 0;
    font-weight: 600;
    font-size: 20px;
}

.title-date > div {
    width: 40px;
    height: 30px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    bottom: 4px;
}

.w{
    width: 550px;
    height: 42px;
    margin: 20px auto;
    /*background-color: pink;*/
}

.w i{
    display: inline-block;
    float: left;
    width: 30px;
    height: 42px;
    padding-top: 4px;
    color:#FF3959;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
}

.w span{
    display: inline-block;
    float: left;
    width: 100px;
    height: 42px;
    margin-right: 20px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}
.mobile{
    display: inline-block;
    height: 40px;
}

.mobile input:nth-child(1){
    float: left;
    width: 270px;
    height: 40px;
    text-indent: 1em;
    background-color: #F4F5F7;
    border: 1px solid #4661B2;
}

.mobile input:nth-child(2){
    display: inline-block;
    float: left;
    width: 110px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: #4661B2;
}

.auth-code{
    display: inline-block;
    height: 40px;
}

.auth-code input{
    float: left;
    width: 380px;
    height: 40px;
    text-indent: 1em;
    background-color: #F4F5F7;
    border: 1px solid #4661B2;
}

.bth{
    width: 180px;
    height: 42px;
    margin: 30px auto;
    text-align: center;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    background-color: #4661B2;
}