.headerOtherInfo ul {
    margin-bottom: 0;
    box-sizing: content-box;
}

.headerOtherInfo ul li {
    box-sizing: content-box;
}

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

.clear {
    clear: both;
}

input::-webkit-search-cancel-button {
    display: none;
}

input::-ms-clear,input::-ms-reveal {
    display: none;
}

button {
    outline: none;
}

body {
    color: #535353;
    font: 12px/1.5 Arial, "微软雅黑", tahoma, Verdana, Sans;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border: none;
    padding: 0;
}

input {
    outline: none;
}

a {
    cursor: pointer;
    outline: none;
    color: #535353;
    text-decoration: none;
}

a:hover {
    color: black;
    quotes: none;
    text-decoration: none;
}

a.underline {
    text-decoration: underline !important;
}

ol, ul {
    list-style: none;
}

/*ul, dl, dd, h2, h3, h4, h5, h6, form, p, input
{
    padding: 0;
    margin: 0;
}*/
ul, dl, dd, h2, h3, h4, h5, h6, form, input {
    padding: 0;
    margin: 0;
}

h1 {
    text-align: center;
    color: #333333;
    font-size: 27px;

}

h2 {
    font-size: 16px;
    color: #252621;
}

p {
    font-size: 12px;
    color: #888888;
}

form {
    margin: 0;
}

img {
    border: none;
}

.contentMain {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.headerMain .headSearch {
    width: 100%;
    height: 45px;
    background-color: #e0e0e0;
}

.headerMain .searchPart .langSelectPartS {
    position: relative;
    float: left;
    line-height: 30px;
    height: 100%;
    cursor: pointer;
    border: 1px solid #cccccc;
    width: 75px;
    text-align: center;
    background: #f5f5f5;
    margin-left: 2px;
    font-size: 12px;
}

.headerMain .searchPart .langSelectPartS span {
    font-size: 12px;
}

.headerMain .searchPart .langSelectPartS img {
    vertical-align: middle;
}

.headerMain .searchPart .langSelectPartS .lanSelectUls {
    border: 1px solid #cccccc;
    display: none;
    left: -1px;
    position: absolute;
    top: 30px;
}

.headerMain .searchPart .langSelectPartS .lanSelectUls li {
    background-color: #f7f8f9;
    color: #535353;
    text-align: center;
    font-size: 12px;
    width: 75px;
    height: 25px;
    line-height: 25px;
}

.headerMain .searchPart .langSelectPartS .lanSelectUls li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.headerMain .searchPart .langSelectPartS .lanSelectUls li:hover {
    background-color: #e0e0e0;
}

.headerMain .searchPart {
    float: right;
    width: 310px;
    height: 32px;
    margin-top: 6px;
}

.headerMain .searchPart .searchBtn {
    width: 65px;
    height: 32px;
    color: white;
    background-color: #0c4470;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    border: none;
    float: right;
    cursor: pointer;
}

.headerMain .searchPart .searchInp {
    height: 30px;
    float: right;
    width: 160px;
    background-color: #f5f5f5;
    font-size: 12px;
    border: 1px solid #cccccc;
    padding-left: 5px;
    border-left: none;
}

.headerMain .langSelectPart {
    position: relative;
    float: right;
    line-height: 45px;
    height: 100%;
    cursor: pointer;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.headerMain .langSelectPart span {
    font-size: 12px;
}

.headerMain .langSelectPart img {
    vertical-align: middle;
}

.headerMain .headNav {
    background-color: #fcfcfc;
    /*height: 50px;*/
    width: 100%;
    min-width: 1280px;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    box-sizing: content-box;
}

.headerMain .headNav .logoImg {
    float: left;
    margin-top: 5px;
}

.headerMain .headNav .nav_menu {
    float: left;
    margin-top: 13px;
    margin-bottom: 0;
}

.headerMain .headNav .nav_menu li {
    float: left;
    /*margin-left: 40px;*/
    color: #0b456e;
    font-size: 20px;
    cursor: pointer;
    height: 25px;
    /*padding-bottom: 36px;*/
    box-sizing: content-box;
}
.headerMain .headNav .nav_menu li:first-child{
    margin-left: 0;
}



.headerMain .headNav .nav_menu li a:focus {
    text-decoration: none;
}
.headerMain .headNav .nav_menu li a.navSelected{
    color: #c32725;
    border-bottom: 3px solid #0c4470;
    text-decoration: none;
}
.headerMain .headNav .loginBtns {
    float: right;
    /*width: 123px;*/
    height: 30px;
    border-radius: 5px;
    margin-top: 13px;
}

.headerMain .headNav .userInfo {
    float: right;
    height: 30px;
    margin-top: 13px;
    position: relative;
}

.headerMain .headNav .userInfo .infoList {
    position: absolute;
    top: 30px;
    margin: 0;
    padding-top: 1px;
    opacity: 0.8;
    width: 144px;
    right: 0;
    display: none;
    z-index: 10;
}

.headerMain .headNav .userInfo .infoList li {
    text-align: left;
    margin: 0;
    color: white;
    font-size: 12px;
    float: right;
    width: 140px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #0f4165;
    box-sizing: content-box;
}

.headerMain .headNav .userInfo .infoList li:hover {
    border: none;
    border-left: 4px solid red;
    background-color: #577c94;

}

.headerMain .headNav .userInfo .infoList li a {
    display: block;
    height: 100%;
    width: 100%;
}

.headerMain .headNav .userInfo .userImg {
    float: left;
}

.headerMain .headNav .userInfo .userName {
    color: #c32725;
    display: inline-block;
    font-size: 18px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    text-align: right;
}

.headerMain .headNav .userInfo .userName a {
    color: #c32725;
}

.headerMain .headNav .userInfo .userImg img {
    width: 30px;
    height: 30px;
}

.headerMain .headNav .userInfo .userIntro {
    margin-left: 5px;
    float: left;
    line-height: 27px;
}

.headerMain .headNav .userInfo .userIntro img {
    cursor: pointer;
    vertical-align: middle;
}

.headerMain .headNav .loginBtns input {
    background-color: #c32725;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 60px;
    border: none;
    cursor: pointer;
}

.headerMain .headNav .loginBtns .loginBtn {
    border-radius: 5px 0 0 5px;
    margin-right: -2px;
}

.headerMain .headNav .loginBtns .registerBtn {
    border-radius: 0 5px 5px 0;
}

.footerMain {
    height: 350px;
    background-color: #0c4470;
    /*margin-top: 30px;*/
}

.footerMain ul {
    padding-top: 60px;
    float: left;
    margin-right: 90px;
}

.footerMain ul li {
    color: white;
    font-size: 14px;
}

.footerMain ul .liTitle {
    font-size: 20px;
    margin-bottom: 20px;
}

.footerMain .noRight {
    margin-right: 0 !important;
}

.footerMain .Share li {
    text-align: center;
}

.headerMain .headNav .nav_menu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #0c4470;
    font-size: 18px;
    /*padding-bottom: 36px;*/
    box-sizing: content-box;
}


.lanSelectUl {
    display: none;
    position: absolute;
    top: 37px;
    left: -12px;
    border: 1px solid #535353;
    z-index: 5;
    min-width:100px;
}

.lanSelectUl li {
    background-color: #f7f8f9;
    color: #535353;
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.lanSelectUl li:hover {
    background-color: #e0e0e0;
}

.lanSelectUl li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 鍒嗛〉鏍峰紡 start */
.lists_page {
    text-align: center;
    margin-top: 15px;
}

.lists_page .current {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #0c4470;
    margin-left: 5px;
}

.lists_page a {
    font-size: 14px;
    border: 1px solid #ccc;
    color: #0c4470;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 5px;
}

/* 鍒嗛〉鏍峰紡  end */

/* autocomplete start */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
}

.autocomplete-selected {
    background: #F0F0F0;
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

/* autocomplete end */

/*background banner*/
.body-bg {
    background: #f9f9f9;
    /*overflow: hidden;*/
    width: 100%;
    height: auto;
    padding: 1px 0;
}

/* 新加 用于取消 iframe 加载的覆盖样式 */
.nobg {
    background: none;
}

.nomgtop {
    margin-top: 0 !important;
}

/* 新加 */
.floatLeft {
    float: left !important;
}

.marginLeft33 {
    margin-left: 33px !important;
}

/* 新加 end */
.banner {
    background: url("../images/school/banner.png") no-repeat center;
    width: 100%;
    height: 100%;

}

.banner-p {
    width: 1201px;
    height: 200px;
    margin: 0 auto;
}

.banner-p .p1 {
    color: #0c4470;
    display: block;
    font-size: 36px;
    min-width: 780px;
    text-align: center;
    width: 781px;
    margin: 0 auto;
    padding-top: 65px;

}

.banner-p .p2 {
    color: #0c4470;
    display: block;
    font-size: 21px;
    min-width: 692px;
    text-align: center;
    width: 693px;
    margin: 0 auto;
}

.foot-left {
    margin-top: 50px;
    color: white;
    float: left;
}

.foot-left a {
    color: white;
    font-size: 14px;
}

.foot-right {
    margin-top: 50px;
    color: white;
    float: right;
}

.foot-right a {
    color: white;
    font-size: 14px;
}



body {
    width: 100%;
    min-width: 1280px;
    background:#f3f3f3;
}

.indexContainer {
    min-width: 1170px;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.indexHeader {
    padding-top: 0;
    position: relative;
    width: 100%;
    background-color: transparent;
    z-index: 10;
    min-width: 1170px;
}

.navbar-header {
    float: left;
}

.navbar-left {
    float: left;
}

.navbar-right {
    float: right;
}

.collapse {
    display: block;
}

.index-navbar-brand {
    height: auto;
}

.avbar-left {
    padding: 12px 12px 0 12px;
    height: 75px;
}

.navbar-left li {
    margin: 0 5px;
    float: left;
}

.navbar-left li a {
    font-size: 20px;
    color: #0c4470;
    padding-bottom: 0;
    padding-left: 23px;
    padding-right: 23px;
    height: 63px;
}

.navbar-left li a img {
    margin-left: 5px;
}

.navbar-left li a:hover {
    border-bottom: 3px solid #0c4470;
}

.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav .open a:focus {
    background-color: transparent;
}

.index-nav {
    padding-top: 15px;
    width: 100%;
}

.index-nav:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 88px;
}


.navbar-right {
    padding-top: 15px;
    display: table;
}

.navbar-right .loginBtns {
    display: table-cell;
    vertical-align: middle;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.languageDropdown {
    color: #656565;
    font-size: 12px;
}

.languageDropdown img {
    margin-right: 5px;
    vertical-align: sub;
}

.languageDropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.languageDropdown .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.languageDropdown .dropdown-menu li a {
    color: #0c4470;
    background-color: white;
}

.languageDropdown .dropdown-menu li a:hover {
    color: white;
    background-color: #0c4470;
}

.btn-login, .btn-register {
    color: white;
    background-color: #c32725;
    font-size: 12px;
    width: 72px;
}

.btn-login {
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-register {
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.btn-login:hover, .btn-register:hover, .btn-login:focus, .btn-register:focus {
    background-color: #da403e;
    color: white;
}

.headerOtherInfo {
    /* position: absolute; */
    top: 0;
    z-index: 0;
    height: 129px;
    background-color: white;
    width: 100%;
    display: none;
    /* padding-top: 90px; */
    min-width: 1170px;
}

.headerOtherInfo .infoContent ul li {
    cursor: pointer;
}

.headerOtherInfo .infoContent ul li:hover {
    text-decoration: underline;
}

/*.otherInfo:before{*/
/*content: "";*/
/*display: block;*/
/*height: 1px;*/
/*width: 100%;*/
/*background-color: #aec1cf;*/
/*position: absolute;*/
/*top: 88px;*/
/*}*/
.headerApplyInfo, .headerStudentInfo {
    padding: 32px 0;
    display: none;
}

.headerOtherInfo .headerCurrentInfo {
    display: block;
}

.applyInfoUl {
    padding-left: 30px;
    list-style: disc;
}

.applyInfoUl li {
    font-size: 18px;
    color: #0c4470;
    width: 18%;
    float: left;
    margin-right: 2%;
    list-style: disc;
}

.applyInfoUl li p {
    font-size: 13px;
    color: #535353;
    font-weight: bold;
}

.applyInfoUl li a {
    color: #0c4470;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-downImg {
    margin-left: 5px;
    vertical-align: middle;
}

/*导航部分*/

.uni_bfb {
    width: 135px;
    height: 150px;
    float: right;
    margin-right: 27px;
    margin-top: 10px;
}

.uni_bys {
    font-size: 36px;
    color: #01a43a;
    text-align: center;
    height: 41px;
}

.uni_succ {
    font-size: 12px;
    text-align: center;
}

.myplay_assess {
    width: 725px;
    display: none;
    height: 425px;
    position: fixed;
    border: 8px solid #88bbd5;
    top: 50%;
    left: 50%;
    margin: -164px 0 0 -359px;
    background: #fff;
    z-index: 999;
}

.myplay_assess_bd {
    margin: 42px auto 27px;
    width: 650px;
}

.myplay_fo {
    margin-top: 20px;
    font-size: 14px;
    height: 30px;
}

.myplay_star {
    width: 250px;
    padding-left: 3px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    float: left;
}

.optionList {
    position: absolute;
    top: 30px;
    border: 1px solid #535353;
    width: 283px;
    left: 0px;
    display: none;
    z-index: 1000;
}

.optionList li {
    background: white;
    font-size: 14px; /*text-align: center;*/
    color: #535353;
    padding-left: 3px;
}

.optionList li:hover {
    background-color: #0c4470;
    color: white;
}

.downBtn1 {
    float: right;
    width: 30px;
    height: 100%;
    border: none;
    background: url("/View/uken/Home/webstatic/img/apply/selectDownArr.png") center no-repeat #0c4470;
    float: left;
}

.downBtn {
    float: right;
    width: 30px;
    height: 100%;
    border: none;
    background: url("/View/uken/Home/webstatic/img/apply/selectDownArr.png") center no-repeat #0c4470;
    float: left;
}

.myplay_f {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    width: 170px;
    text-align: right
}

.myplay_selet {
    height: 30px;
    width: 285px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.myplay_chose {
    font-size: 14px;
    margin-top: 10px;
    height: 30px;
}

.my_chose1 {
    display: inline-block;
    margin-left: 7px;
}

.my_ra1 {
    margin: 0px 10px;
}

.myplay_stu {
    font-size: 14px;
    height: 30px;
    margin-top: 10px;
}

.myplay_ss {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    width: 200px;
}

.my_cur {
    width: 280px;
    padding-left: 3px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-left: 10px;
    float: left;
}

.myplay_sub {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    width: 200px;
}

.myplay_scor {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    width: 200px
}

.myplay_selet1 {
    height: 30px;
    width: 138px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.myplay_star1 {
    width: 105px;
    padding-left: 3px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    float: left;
}

.optionList1 {
    position: absolute;
    top: 30px;
    border: 1px solid #535353;
    width: 138px;
    left: -1px;
    display: none;
    z-index: 1000;
}

.optionList1 li {
    background: white;
    font-size: 14px; /*text-align: center;*/
    color: #535353;
}

.optionList1 li:hover {
    background-color: #0c4470;
    color: white;
}

.errorContent {
    margin-left: 10px;
    color: red;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    display: none;
}

.myplay_selet22 {
    height: 30px;
    width: 140px;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-right: 3px;
}

.myplay_sscr {
    float: left;
    height: 28px;
    line-height: 28px;
    margin-right: 2px;
    width: 137px;
    border: 1px solid #ccc;
    padding-left: 3px;
}

.myplay_sty {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    width: 200px;
}

.myplay_butt {
    text-align: center;
    margin-top: 30px;
    border: 0px;
}

.myplay_an {
    width: 155px;
    float: left;
    margin-left: 136px;
    height: 38px;
    line-height: 30px;
    background: #ad1f23;
    border-radius: 8px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.uni_top22 {
    font-size: 18px;
    height: 28px;
    margin-left: 25px;
    margin-top: 20px;
    color: #0c4470;
}

.uni_top4:hover {
    background: #0c4470;
}

.uni_topbfb {
    float: left;
    margin-left: 10px;
    position: relative;
}

.unimp {
    margin-left: 24px;
    margin-top: 4px;
}

.uni_mp {
    position: absolute;
    display: none;
    right: 0;
    margin-top: 12px;
    z-index: 9999;
}

.uni_sj {
    border-bottom: 11px solid #0c4470;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    float: right;
    height: 0;
    margin-right: 27px;
    margin-top: -11px;
    width: 0;
}

.uni_bsj {
    border-bottom: 11px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    float: right;
    height: 0;
    margin-top: -11px;
    position: absolute;
    right: 27px;
    top: 3px;
    width: 0;
}

.uni_sjwz {
    width: 420px;
    background: #fff;
    height: auto;
    border: 2px solid #0c4470;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.uni_top6 {
    height: 38px;
    margin-top: 14px;
    cursor: pointer;
    line-height: 38px;
    background: #0c4470;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.uni_top6 a {
    color: #fff5d4
}

.uni_top55 {
    height: 38px;
    margin-top: 14px;
    cursor: pointer;
    line-height: 38px;
    background: #ad1f23;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.uni_bysa {
    font-size: 36px;
    color: #01a43a;
    text-align: center;
    height: 41px;
}

.uni_succa {
    font-size: 12px;
    text-align: center;
}

.unimpa {
    margin-left: 24px;
    margin-top: 4px;
}

.uni_bfb5 {
    width: 135px;
    height: 150px;
    float: right;
    margin-right: 27px;
    margin-top: -10px;
}

.uni_top56 {
    height: 38px;
    margin-top: 14px;
    cursor: pointer;
    line-height: 38px;
    background: #0c4470;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.uni_top58 {
    width: 1200px;
    height: 170px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.uni_topcc {
    height: 38px;
    margin-top: -14px;
    cursor: pointer;
    line-height: 38px;
    background: #a6a6a6;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.mainContent .programmesForm .Stage .search:hover {
    background: #da3c39;
}

.uni_top5:hover {
    background: #da3c39;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    width: 600px !important;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.matchStepModal {
    /*top: 20% !important;*/
    box-sizing: border-box;
}
.matchStepModal .modal-dialog{
    margin-top: 75px;
}
.matchStepModal .modal-header {
    border: none;
}

.matchStepModal .modal-content {
    background-color: rgba(13, 43, 82, 0.9);
}

.matchStepModal .close {
    opacity: 0.8;
    transition: opacity 1s;
}

.matchStepModal .close:hover {
    opacity: 1;
}

.input-left-title {
    background: none;
    color: white;
    border: none;
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
}

.input-right-content {
    width: 100%;
    position: relative;
}

.matchStepModal .baseStepInput {
    background-color: rgba(255, 255, 255, 0.23);
    color: white;
    height: 33px;
    border-radius: 0;
    border: 1px solid #76808f;
    width: 100%;
    padding-left: 12px;
}

.matchStepModal .modal-body, .matchStepModal .modal-footer {
    padding-left: 50px;
    padding-right: 50px;
    border-top: none;
}

.matchStepModal .modal-header {
    padding-bottom: 0;
}

.matchStepModal .modal-footer {
    text-align: center;
    padding-top: 0;
}

.matchStepTable {
    border-collapse: separate;
    border-spacing: 10px;
}

.stepSubmit {
    cursor: pointer;
}

/*select样式*/
.mySelect {
    background-color: rgba(255, 255, 255, 0.23);
    border: 1px solid #76808f;
    color: white;
    border-radius: 0;
}

.mySelect:hover, .mySelect:focus {
    color: white;
}

.matchStepModal .form-control {
    background: none;
}

.matchStepModal input {
    background: rgba(255, 255, 255, 0.23) !important;
}

/*.errorStepContent {*/
    /*color: #AD1F23;*/
    /*display: none;*/
/*}*/

/*.errorShow {*/
    /*border: 1px solid #AD1F23 !important;*/
/*}*/

/*.myDropdown {
    width: 100%;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.23);
    border: 1px solid #76808f;
    border-radius: 0;
    color: white;
    padding-left: 5px;
}

.myDropdown .selected {
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
}

.myDropdown .carat {
    margin-top: -2px;
    border: 4px solid transparent;
    border-top: 5px solid white;
}

.myDropdown .selected, .myDropdown li {
    font-size: 14px;
}

.myDropdown.open .carat {
    margin-top: -7px;
    border-top: 4px solid transparent;
    border-bottom: 5px solid white;
}
*/
/*footer部分*/
footer {
    background-color: #e0e0e0;
    padding: 15px 0 40px;
}

footer .somePlatform {
    padding: 20px 0;
    border-bottom: 1px solid #c5c5c5;
    text-align: left;
}

footer .somePlatform img {
    margin-right: 35px;
}

footer .FAQ {
    padding: 20px 0;
    /*border-top: 1px solid white;*/
    text-align: left;
}

footer .FAQ .FAQLine {
    float: left;
    margin-right: 50px;
}

/*footer .FAQ .line3 {*/
    /*float: right;*/
    /*margin-right: 0;*/
/*}*/

footer .FAQ .lineTitle {
    color: #333;
    font-size: 20px;
}

footer .FAQ .lineTitle a {
    color: #0c4470;
    font-size: 20px;
}

footer .FAQ .lineTxt {
    margin-top: 10px;
    font-size: 14px;
    color: #535353;
    float:left;
}
footer .FAQ .secText{
    margin-left: 15px;
}
.errorTr {
    display: none;
}

/*.myDropdown ul {
    height: 400px;
    overflow: auto;
}*/
/* 侧边栏 */
.mySideBar{
    position: fixed;
    right: 50px;
    top:50%;
    margin-top: -107px;
    z-index: 100;
}
.consultationMode,.interaction{
    width: 50px;
    height: 80px;
    text-align: center;
    padding: 10px;
    position: relative;
    transition: background-color .5s,color .5s;
}
.consultationMode p{
    font-size: 14px;
    color: #fffefe;
    margin: 5px 0 0; 
}
.interaction p{
    font-size: 14px;
    color: #fffefe;
    margin: 0; 

}
.consultationMode .outP,.interaction .outP{
    /*font-weight: bold; */
}
/*.consultationMode img,.interaction img{
    width: 14px;
    height: 22px;
}*/
.consultationMode{
    background-color: #a8a8a8;

}
.interaction{
    background-color: #868686;
}
.toTop{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 5px;
    background: url("/View/uken/Home/webstatic/img/sideToTopL.png") #d3d3d3 no-repeat center;
    transition: background .5s; 
    display: none;
}
.consultationMain{
    position: absolute;
    top:0;
    right: 50px;
    background-color: white;
    width: 232px;
    padding: 10px 2px;
    display: none;
}
.consultationMain img{
    width: 14px;
    margin-top: -2px;
    margin-right: 5px;
}
.consultationMain p{
    color: #535353;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}
.interactionMain{
    position: absolute;
    top:0;
    right: 50px;
    background-color: white;
    width: 158px;
    padding: 10px 2px;
    display: none;
    text-align: center;
}
.interactionMain p{
    color: #535353;
    font-size: 14px;
    margin-top: 10px;
}
.consultationMain p:last-child{
     border-bottom: none;
}
.selectedSide{
    background-color: white;
}
.selectedSide .outP{
    color: #535353;
}
/* 弹出框 */
.modalSelect{
    background-color: rgba(255,255,255,0.23);
    color: white;
    border-radius: 0;
    border: 1px solid #76808f;
    height: 33px;
}
.modalSelect:hover,.modalSelect:active,.modalSelect:focus{
    color: white;
}
/*弹出层*/
.matchStepModal{
    /*top: 10%;*/
}
.matchStepModal .modal-header{
    border: none;
}
.matchStepModal .modal-content{
    background-color: rgba(13, 43, 82, 0.9);
}
.matchStepModal .close{
    opacity: 0.8;
    transition: opacity 1s;
}
.matchStepModal .close:hover{
    opacity: 1;
}
.matchStepModal .input-left-title{
    background: none;
    color: white;
    border: none;
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: top;
    padding-top: 8px;
}
.matchStepModal .modal-body,.matchStepModal .modal-footer{
    padding-left:  50px;
    padding-right: 50px;
    border-top: none;
}
.matchStepModal .modal-header{
    padding-bottom: 0;
}
.matchStepModal .modal-footer{
    text-align: center;
    padding-top: 0;
}
.matchStepModal  .form-control{
    background: none;
}
.matchStepModal input{
    background:rgba(255,255,255,0.23)!important;
}
#stepSubmit{
    background-color: #c32725;
    color: white;
    border: none;
    font-size:17px;
    padding: 9px 51px;
    border-radius: 20px;
    margin-left:120px;
    margin-top: 5px;
    /*	transition: background .5s,color .5s*/
}
.indexSelect{
    border: 1px solid #9d9d9d;
    color: #535353;
    background: url("/View/uken/Home/webstatic/img/Index/blue.jpg") repeat-y right white;
    border-radius: 0;
    padding-right: 30px!important;
}
.indexSelect:active,.indexSelect.active{
    background-image:url("/View/uken/Home/webstatic/img/Index/blue.jpg");
}
.bootstrap-select.btn-group .indexSelect .caret{
    color: white;
}
.is-complete:hover{
    background: #ebebeb!important;
    cursor: not-allowed;
    color: #959595!important;
}
/*登录*/
#loginModal {
    top: 20% !important;
}

#loginModal .modal-dialog {
    width: 516px !important;
}

#loginModal .modal-dialog .modal-content {
    min-height: 360px;
}

#loginModal .modal-header, #loginModal .modal-footer {
    border: none;
}

#loginModal .imgSpan {
    width: 350px;
    margin: 30px auto 0;
}

#loginModal .logImg {
    width: 280px;
    border-right: 1px solid #ccc;
    float: left;
}

#loginModal .logFont {
    float: left;
    font-size: 24px;
    color: #ad1f23;
    margin-left: 15px;
    margin-top: 9px;
}

#loginModal .register {
    font-size: 14px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
}

#loginModal .forgetPaw {
    font-size: 14px;
    padding-left: 5px;
}

#loginModal .subBtn {
    background: #ad1f23;
    color: white;
    border: none;
    width: 164px;
    height: 38px;
}
#loginModal .error{
    color:red;
    margin-top: 5px;
    font-weight: normal;
}

.searchGroup{
    float: right;
    width: 287px;
    margin-top: 13px;
}

.searchGroup .searchInp{
    background-color: #fafafa;
    border:1px solid #cdcdcd;
    border-radius: 0;
    box-shadow: none;
}
.searchGroup .searchBtn{
    color: white;
    background-color: #0c4470;
    border-radius:0;
}

.addMore {
    height: 45px;
    line-height: 45px;
    border: 1px solid #b5b4b5;
    background: #ebebeb;
    text-align: center;
    margin-top: 18px;
    color: #959595;
    font-size: 18px;
    cursor: pointer;
}

.addMore:hover {
    background: #dfdfdf;
    color: #0c4470;
}
.modalSelect.errorBorder,.matchStepModal .baseStepInput.errorBorder{
    border-color: red;
}

.indexSelect.errorBorder, #matchFormInIndex .baseStepInput.errorBorder{
    border-color: red;
}
label.error{
    color: red!important;;
    font-weight: normal;
    opacity: 1;
}
#loginModal input.error{
    border-color: red;
}
.forFree{
    position: absolute;
    top: -16px;
    right: -33px;
}
.hot{
    position: absolute;
    margin-left: 5px;
    margin-top: 6px;
}
#estimatedDegreeTr{
    display: none;
}
.needTip{
    width: 20px;
}
a.needTip{
    width: 100%;
}