body {
    background: none #fa2f19;
    background-size: 100%;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #999999;
}

img {
    width: 100%;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    color: #000;
    font-family: "Roboto", arial, sans-serif;
}

header .navbar {
    padding: 0px;
    background: transparent !important;
    border: 0px;
    min-height: 0px;
    margin: 0px;
}

.navbar-header {
    position: fixed;
    left: 0px;
    top: 0px;
}

@media (max-width: 768px) {
    header .navbar {
        padding: 0px 5px;
    }
}

.navbar .container-fluid {
    width: 100%;
    position: relative;
    padding: 0px;
}

header .navbar-brand {
    color: #fff !important;
    padding-top: 0px;
    padding-right: 5px;
}

@media (max-width: 768px) {
    header .navbar-brand {
        width: 30%;
    }
}

header .navbar-brand img {
    width: 100%;
}

header .navbar-header span {
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 1px 2px rgb(71, 14, 29);
    display: inline-block;
    margin-top: 50px;
}

@media (max-width: 768px) {
    header .navbar-header span {
        font-size: 14px;
        margin-top: 10px;
    }
}

.nav {
    padding: 0px;
    position: fixed;
    top: 20px;
    right: 50%;
    margin-left: -220px;
    margin-right: -220px;
}

.nav li {
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    height: 60px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.6);

}

.navbar-nav li.line {
    width: 2px;
    padding: 10px 0px;
}

.navbar-nav li.line span {
    background-color: rgba(121, 30, 0, 0.6);
    display: inline-block;
    width: 2px;
    height: 42px;
}

.navbar-default .navbar-nav li:hover a {
    background-color: #fff;
    border-bottom: 3px solid rgba(121, 30, 0, 1);
}

.navbar-default .navbar-nav li a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    padding: 0px;
    white-space: nowrap;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu a, .navbar-default .navbar-nav .open .dropdown-menu a:focus, .navbar-default .navbar-nav .open .dropdown-menu a:hover {
    color: #cc1622;
    background-color: #fff;
    text-align: center;
}

.nav .open a, .nav .open a:focus, .nav .open a:hover {
    background-color: #fff;
    border-bottom: 3px solid rgba(121, 30, 0, 0.8);
}

.navbar-nav li a.login, .navbar-nav li a.post {
    display: block;
    float: left;
    padding: 0px;
    width: 50%;
}

.navbar-nav li .dropdown-menu {
    background: url(../images/share/lan.png) no-repeat left top;
    background-size: 150px;
    left: 0px;
    top: 62px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    padding-top: 48px;
    min-width: 150px;
}

.navbar-nav li .dropdown-menu.user-list {
    background: none;
    padding: 0px;
}

.navbar-nav .open li:hover .dropdown-menu.user-list a {
    text-align: center;
}

.navbar-default .navbar-nav .open a:hover {
    background-color: #fbecec;

}

.navbar-nav li .dropdown-menu li a {
    font-size: 20px;
    line-height: 60px;
    color: #cc1622;
    text-align: left;
    border: 0px;
    padding: 0px 10px;
}

.navbar-nav li .dropdown-menu li a:hover {
    background-color: #000;
}

.navbar-nav li:hover .dropdown-menu a {
    border: 0px;
}

.navbar-nav li .dropdown-menu a img {
    margin-right: 12px;
    height: 50px;
    width: auto;
}

@media (max-width: 768px) {
    .nav {
        width: 302px;
        height: 28px;
        margin-right: 0px;
        float: right;
        margin: 0px;
        padding: 0px;
        position: fixed;
        top: 45px;
        right: 50%;
        margin-right: -151px;
    }

    .nav li {
        width: 100px;
    }

    .navbar-nav li.line {
        width: 1px;
        padding: 5px 0px;
        height: 28px;
    }

    .navbar-nav li.line span {
        width: 1px;
        height: 42px;
        height: 18px;
    }

    .navbar-default .navbar-nav li a {
        padding: 0px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        font-weight: normal;
    }

    .navbar-default .navbar-nav li:hover a {
        background-color: #fff;
        border-bottom: 1px solid rgba(121, 30, 1);
    }

    .navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:focus, .navbar-default .navbar-nav .open a:hover {
        height: 28px;
    }

    .navbar-nav li .dropdown-menu a {
        border: 0px;
    }

    .navbar-nav li .dropdown-menu.user-list {
        background: none;
        padding: 0px;
    }

    .navbar-nav .open li:hover .dropdown-menu.user-list a {
        text-align: center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu.user-list a:hover {
        background-color: #fbecec;
        color: #cc1622;
    }

    .navbar-nav li:hover .dropdown-menu a {
        border: 0px;
    }

    .navbar-nav li a.login, .navbar-nav li a.post {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .nav li.hover-01 {
        height: auto;
    }

    .nav li:hover.hover-01 {
        height: 28px;
    }

    .nav li.hover-02 {
        height: 28px;
    }

    .nav li:hover.hover-02 {
        height: 28px;
    }

    .nav li.hover-03 {
        height: 28px;
    }

    .nav li:hover.hover-03 {
        height: 28px;
    }

    .navbar-nav li .dropdown-menu {
        width: 100px;
        height: auto;
        background: url(../images/share/lan.png) no-repeat left top;
        background-size: 100px auto;
        left: -1px;
        top: 65px;
        padding-top: 71px;
    }

    .navbar-nav li .dropdown-menu li {
        width: 100px;
        height: 40px;
    }

    .navbar-nav li .dropdown-menu.user-list li {
        height: 28px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu li a, .navbar-default .navbar-nav .open .dropdown-menu li a {
        font-size: 14px;
        line-height: 30px;
        color: #cc1622;
        text-align: center;
        width: 100px;
        padding: 0px;
        height: 40px;
    }

    .navbar-nav .open .dropdown-menu.user-list li a {
        height: 28px;
        line-height: 28px;
        text-align: center;
    }

    .navbar-nav li .dropdown-menu a img {
        width: 30px;
        margin: 5px 8px;
        height: auto;
    }
}


@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: 100px;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 32px;
    }
}

.site-navigation {
    width: 100%;
    position: fixed;
    bottom: 40px;
    height: 117px;
}

.navigation-body {
    height: 117px;
    background: url(../images/home/xiabulan.png) no-repeat right bottom;
    background-size: auto;
    display: block;
    width: 100%;
    position: relative;
}

.current-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 190px;
    height: 110px;
}

.current {
    background: url(../images/home/post-01.png) no-repeat left center transparent;
    width: 100%;
    height: 100%;
}

.jps {
    display: inline-block;
    width: 142px;
    height: 68px;
    margin-top: 49px;
    padding: 12px 0px;
    float: right;
    margin-right: 6%;
    background: url(../images/home/ditu_arrow.png) no-repeat center center;
}

.jps-li {
    display: inline-block;
    margin-top: 49px;
    margin-right: 40%;
    padding-left: 0px;
    float: right;
}

.jps-li li {
    float: left;
    list-style: none;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
}

.jps-li li img {
    width: auto;
}

@media (max-width: 768px) {
    .current-box {
        top: -58px;
        width: 210px;
        height: 58px;
        background: url(../images/home/xiabulan2.png) no-repeat right bottom transparent;
        background-size: 100%;
    }

    .current {
        background: url(../images/home/post-01.png) no-repeat left center transparent;
        width: 80px;
        height: 58px;
        background-size: 100%;
        float: right;
    }

    .navigation-body {
        background: none;
        height: 50px;
        background-color: #fff;
        position: relative;
    }

    .site-navigation {
        height: 50px;
        bottom: 46px;
    }

    .jps {
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: #fff;
        background: url(../images/home/ditu_arrow2.png) no-repeat 6px center #fff;
        background-size: 30px;
        border-radius: 100%;
        margin: 0px;
        padding: 0px;
        line-height: 50px;
        left: 10px;
        top: -60px;
        padding: 5px;
    }

    .jps-li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        height: 50px;
        width: 100%;
    }

    .jps-li li {
        float: left;
        list-style: none;
        width: 16.6%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

    .jps-li li img {
        width: auto;
    }
}

.site-footer {
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.site-rightnav {
    position: fixed;
    height: 496px;
    top: 16%;
    width: 102px;
    right: 0px;
}

.rightnav-box ul {
    margin: 0px;
    padding: 0px;
}

.rightnav-box ul li {
    list-style: none;
    height: 100px;
    margin: 15px 0px;
}

.site-footer i {
    display: inline-block;
    font-style: normal;
}

@media (max-width: 768px) {
    .site-footer {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 0px;
    }

    .site-rightnav {
        position: fixed;
        height: 265px;
        top: 50%;
        width: 60px;
        right: 0px;
        margin-top: -150px;
    }

    .site-footer i {
        display: block;
    }

    .rightnav-box ul {
        margin: 0px;
        padding: 0px;
    }

    .rightnav-box ul li {
        list-style: none;
        height: 60px;
        margin: 5px 0px;
    }
}

.modal-dialog {
    width: 1000px;
    top: 50%;
    margin-top: -340px;
}

.modal-dialog.rec-dialog {
    width: 1000px;
}

.modal-body.rec-box label {
    width: 155px;
    float: left;
    line-height: 44px;
    margin: 0px;
}

.modal-body.rec-box .form-group {
    margin-bottom: 25px;
}

.modal-dialog.modal-box1, .modal-dialog.modal-box2, .modal-dialog.rec-dialog {
    background: url(../images/login/bg_03.png) no-repeat center bottom #fbecec;
    background-size: 100%;
}

.modal-dialog.record {
    /*background: url(../images/record/bg.png) no-repeat center bottom #fbecec;*/
    /*background-size:100%;*/
    width: 1000px;
}

.modal-dialog.record .modal-content {
    background: url(../images/record/bg.png) no-repeat center center transparent;
    background-size: 100%;
    position: relative;
}

.modal-dialog.question {
    /*background: url(../images/question/bg_50.png) no-repeat center bottom #fbecec;*/
    /*background-size: 100%;*/
    width: 1000px;
    margin-top: -400px;
}

.modal-dialog.question .modal-content {
    background: url(../images/question/bg_50.png) no-repeat center bottom transparent;
    /*background-size: 100%;*/
    background-size: contain;
    position: relative;
    width: 905px;
    height: 780px;
}

.modal-content {
    height: 540px;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
}

.modal-dialog.modal-box1 .modal-content {
    background: url(../images/login/bg_01.png) no-repeat center top transparent;
    background-size: 100%;
}

.modal-dialog.modal-box2 .modal-content {
    background: url(../images/post/bg.png) no-repeat center top transparent;
    background-size: 100%;
}

.modal-dialog.rec-dialog .modal-content {
    background: url(../images/recommend/bg.png) no-repeat center top transparent;
    background-size: 100%;
}

.modal-dialog.record .modal-header {
    background: none;
    height: 120px;
}

.modal-dialog.record .modal-body {
    background-color: transparent;
    padding: 0px 4% 1px;
    font-size: 18px;
    font-weight: 900;
    margin-top: 25px;
    height: 355px;
}

.modal-dialog.question .modal-header {
    background: none;
    height: 120px;
}

.modal-dialog.question .modal-body {
    background-color: transparent;
    padding: 0px 8% 1px;
    font-size: 18px;
    font-weight: 900;
    margin-top: 40px;
    height: 600px;
    /*overflow: auto;*/
}

.page-box {
    position: absolute;
    color: #fff;
    right: 60px;
    font-size: 30px;
    width: 12%;
    text-align: center;
    top: 70px;
}

.modal-h4 {
    background: url(../images/question/arrow.png) no-repeat left center;
    background-size: auto 26px;
    color: #aa0700;
    font-size: 26px;
    padding-left: 25px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.modal-header {
    border: 0px;
    height: 90px;
}

label {
    font-weight: normal;
    text-align: right;
}

label.col-xs-6, label.col-xs-5, .col-md-6 {
    padding: 0px;
}

.form-control {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.form-control option {
    background-color: rgba(209, 5, 17, 0.5);
    color: #fff;
    padding: 10px;
}

.modal-body.rec-box {
    padding: 0px;
}

.modal-header .close {
    background: url(../images/login/x.png) no-repeat left top;
    background-size: 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.modal-body {
    padding: 8% 5%;
    color: #d10511;
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.modal-footer {
    border: 0px;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.form-control {
    height: 45px;
    border: 0px;
}

.modal-body.rec-box textarea.form-control {
    height: 160px;
    width: 970px;
}

.modal-body.rec-box .form-control {
    border: 1px solid #d10511;
    border-radius: 0px;
    width: 146px;
    float: left;
}

.form-group {
    margin-bottom: 35px;
}

.login-btn, .login-btn.post-b {
    background: url(../images/login/btn_denglu.png) no-repeat left top;
    background-color: transparent;
    width: 266px;
    height: 80px;
    border: 0px;
    box-shadow: none;
    margin-top: 45px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.login-btn.post-b {
    background: url(../images/post/btn_zhuce.png) no-repeat left top;
}

.login-btn.question.submit {
    background: url(../images/question/btn_wancheng.png) no-repeat left top;
    margin-top: 20px;
    width: 180px;
    background-size: 100%;
    height: 52px;
}

.login-btn.question {
    background: url(../images/question/btn_xiayiti.png) no-repeat left top;
    margin-top: 20px;
    width: 180px;
    background-size: 100%;
    height: 52px;
}

.login-btn.rec-b {
    background: url(../images/recommend/btn_queren.png) no-repeat left top;
    width: 180px;
    background-size: 100%;
    height: 52px;
    display: inline-block;
    margin-top: 0px;
}

a.post-btn {
    color: #c31820;
    display: inline-block;
}

a.post-btn img {
    width: 26px;
    margin-left: 5px;
}

a.Code {
    height: 50px;
    color: #fff;
    position: absolute;
    background-color: #d10511;
    font-weight: normal;
    right: 0px;
    top: 0px;
    padding: 0px 20px;
    line-height: 50px;
}

.checkbox label {
    padding-left: 0px;
    margin-bottom: 0;
    cursor: pointer;
    text-align: left;
    line-height: 28px;
    color: #333;
    display: -webkit-inline-box;
    width: 90%;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: 0px;
    width: 40px;
    height: 37px;
    margin-top: 0px;
}

input[type="checkbox"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: block;
    background: url(../images/question/gouxuanxiang.png) no-repeat left top;
    background-size: 100% auto;
    width: 40px;
    height: 37px;
    margin-right: 15px;
}

input[type="checkbox"]:checked + label::before {
    background: url(../images/question/gou.png) no-repeat left top;
    background-size: 100% auto;
}

input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.target {
    position: absolute;
    top: 50%;
    left: 50%;
}

.target-title {
    background-image: url(../images/home/mingcheng.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 172px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: #db2104;
    font-size: 26px;
    text-shadow: 1px 2px 3px rgba(182, 0, 14, 0.8);
}

.target-for {
    padding: 0px 25px;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 80%;
        top: 50%;
        margin: -184px auto 0px;
    }

    .modal-dialog.question {
        width: 310px;
        background: url(../images/question/bg_50.png) no-repeat left bottom;
        background-size: 100% auto;
        top: 50%;
        margin: 0px auto;
        max-height: 550px;
        margin-top: -275px;
    }

    option {
        width: 180px;
    }

    .modal-dialog.question .modal-content {
        background: url(../images/question/bg_50.png) no-repeat center top;
        background-size: 100% auto;
        height: auto;
        box-shadow: none;
    }

    .modal-h4 {
        background: url(../images/question/arrow.png) no-repeat left top;
        background-size: auto 12px;
        font-size: 12px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .modal-dialog.question .modal-body {
        height: 460px;
        overflow: auto;
        margin-top: 15px;
    }

    .checkbox label {
        padding-left: 0px;
        line-height: 14px;
        font-size: 12px;
        width: 90%;
    }

    .page-box {
        right: 7px;
        font-size: 12px;
        width: 12%;
        top: 36px;
    }

    .modal-dialog.question .modal-header {
        padding: 8px;
        height: 50px;
    }

    .modal-dialog.rec-dialog {
        width: 310px;
        margin: -244px auto 0px;
        top: 50%;
    }

    .modal-dialog.rec-dialog .modal-header {
        height: 38px;
    }

    .modal-body.rec-box label {
        width: 105px;
        float: left;
        line-height: 32px;
    }

    .modal-body.rec-box .form-control {
        width: 180px;
    }

    .modal-content {
        height: auto;
    }

    .modal-header .close {
        width: 12px;
        height: 12px;
        background-size: 100%;
    }

    .modal-body {
        padding: 15px;
        font-size: 12px;
        line-height: 30px;
        padding-top: 13%;
    }

    .modal-body.rec-box {
        padding: 8px 5px;
        font-size: 12px;
        height: 450px;
    }

    .modal-dialog.modal-box2 .modal-content, .modal-dialog.modal-box1 .modal-content, .modal-dialog.rec-dialog .modal-content {
        background-size: 130%;
        padding-bottom: 20px;
    }

    .modal-dialog.rec-dialog .modal-content {
        padding-bottom: 0px;
    }

    .modal-header {
        padding: 5px;
        height: auto;
    }

    .form-horizontal .control-label {
        text-align: right;
        line-height: 30px;
        padding: 0px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        height: 30px;
    }

    .modal-body.rec-box textarea.form-control {
        height: 50px;
        width: 285px;
        margin-left: 7px;
    }

    .modal-body.rec-box .form-group {
        margin-bottom: 12px;
    }

    a.Code {
        height: 30px;
        right: 5px;
        padding: 0px 5%;
        line-height: 30px;
        font-size: 12px;
    }

    .col-xs-12.tex {
        padding: 0px 10px;
    }

    .form-control {
        font-size: 12px;
    }

    .login-btn, .login-btn.post-b, .login-btn.rec-b, .login-btn.question {
        width: 90px;
        margin-top: 15px;
        background-size: 100%;
        height: 30px;
    }

    a.post-btn {
        margin-left: 5px;
        font-size: 12px;

    }

    a.post-btn img {
        width: 18px;
    }

    .post-btn.box-p {
        display: block;
        margin-top: 5px;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        width: 16px;
        height: 15px;
    }

    input[type="checkbox"] + label::before {
        width: 16px;
        height: 15px;
        margin-right: 10px;
    }

    .target {
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .target-title {
        background-size: 100%;
        width: 110px;
        height: 34px;
        line-height: 32px;
        text-align: center;
        color: #db2104;
        font-size: 14px;
        text-shadow: 0px 0px 3px rgba(182, 0, 14, 0.8);
    }

    .target-for {
        padding: 0px 15px;
        width: 110px;
    }
}

#NotiflixNotifyWrap {
    position: absolute;
    margin-left: -160px;
    height: 67px;
    line-height: 67px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.56);
}

.notiflix-notify svg {
    display: none;
}

.the-message {
    font-size: 16px;
    height: 67px;
    display: block;
    padding-left: 90px;
    border-radius: 8px;
}

.success .the-message {
    background: url(../images/recommend/w.png) no-repeat 25px center #fff;
    background-size: 46px auto;
}

.failure .the-message {
    background: url(../images/recommend/c.png) no-repeat 25px center #fff;
    background-size: 46px auto;
}

.modal-dialog.modal-box3 {
    background: url(../images/score/bg.png) no-repeat center top;
    background-color: transparent;
    background-size: 100%;
}

.modal-box3 .modal-content {
    box-shadow: none;
    padding: 290px 180px 0px 180px;
    height: 630px;
}

.modal-box3 .login-btn.know {
    background: url(../images/score/btn_zhidao.png) no-repeat center top;
    width: 200px;
    background-size: 100%;
    height: 60px;
    margin-top: 25px;
}

.modal-box3 .modal-body {
    font-size: 36px;
    color: #363229;
    padding: 5%;
}

.modal-box3 .form-horizontal .control-label img {
    height: 38px;
    width: auto;
}

.modal-box3 .form-group {
    margin-bottom: 0px;
}

.modal-box3 .score {
    font-size: 62px;
    color: #d10511;
    display: block;
    margin-top: -18px;
    margin-left: 30px;
    width: 120px;
    text-align: center;
}

@media (max-width: 768px) {
    .modal-dialog.modal-box3 {
        width: 320px;
    }

    .modal-box3 .modal-content {
        padding: 100px 70px 0px 70px;
        height: 210px;
    }

    .modal-box3 .login-btn.know {
        width: 80px;
        height: 25px;
        margin: 10px 10px 0px;
    }

    .modal-box3 .modal-body {
        padding: 0px 5%;
    }

    .modal-box3 .form-horizontal .control-label img {
        height: 13px;
    }

    .modal-box3 .form-horizontal .control-label {
        margin: 0px;
        line-height: 26px;
    }

    .modal-box3 .form-group {
        margin-bottom: 0px;
    }

    .modal-box3 .score {
        font-size: 20px;
        margin-left: 5px;
        width: 40px;
        margin-top: 0px;
        line-height: 26px;
    }
}