/* css document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font: 12px/1.5 "microsoft yahei","pingfang sc",helvetica,"helvetica neue",tahoma,arial,sans-serif;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
i,em{ font-style:normal;}
address,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
input,select { outline:none; font-size:12px; vertical-align:middle;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
li{list-style:none;}
a{text-decoration:none;}
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
*html  .clearfix{height:1%;} .clearfix{display:block;}

body {
    position: relative;
    min-width: 1200px;
}
.banner {
    width: 100%;
    height: 385px;
    background: url(/uploads/image/io2/images/banner.png) no-repeat scroll center;
    background-size: 1920px 385px;
    margin: 0 auto;
}
.banner_box {
    width: 1200px;
    height: 385px;
    margin: 0 auto;
    position: relative;
}
.co_logo {
    display: block;
    width: 132px;
    height: 29px;
    background: url(/uploads/image/io2/images/co_logo.png) no-repeat center;
    position: absolute;
    top: 23px;
    left: 0;
}
.edu_logo {
    display: block;
    width: 95px;
    height: 28px;
    background: url(/uploads/image/io2/images/edu_logo.png) no-repeat center;
    position: absolute;
    top: 24px;
    left: 160px;
}
.banner_tit {
    color: #fff;
    font-size: 54px;
    line-height: 80px;
    text-align: center;
    padding-top: 106px;
}
.banner_div {
    width: 763px;
    height: 60px;
    margin: 12px auto 0;
}
.banner div.select {
    float: left;
    position: relative;
    width: 560px;
    padding: 0 20px;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 13px;
    z-index: 2;
    display: inline;
}
.banner div.select .select_text {
    font-size: 24px;
    width: 530px;
    height: 60px;
    line-height: 60px;
    color: #1c67bf;
    overflow: hidden;
}
.banner .select i {
    width: 20px;
    height: 12px;
    background: url(/uploads/image/io2/images/down.png) no-repeat center;
    position: absolute;
    top: 24px;
    right: 20px;
}
.banner div.select .select_ul {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    width: 560px;
    padding: 0 20px;
    max-height: 276px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
    background: #fff;
    -moz-box-shadow: 0 0 50px rgba(2,70,141,0.2);
    -webkit-box-shadow: 0 0 50px rgba(2,70,141,0.2);
    box-shadow: 0 0 50px rgba(2,70,141,0.2);
}
.banner div.select .select_ul li {
    color: #1a1a1a;
    font-size: 18px;
    word-break: keep-all;
    white-space: nowrap;
    width: 560px;
    border-bottom: 1px solid #e1e2e6;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    text-indent: 10px;
}
.banner div.select .select_ul li:last-child {
    border-bottom: none;
}
.banner div.select .select_ul li:hover {
    color: #1c67bf;
}
.banner div.select .select_ul li.cur {
    color: #1c67bf;
}
.banner_search {
    display: block;
    float: left;
    width: 150px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    background: #1f9ffb;
    color: #fff;
    font-size: 24px;
}
.banner_in {
    display: none;
    width: 1200px;
    text-align: center;
    margin: 36px auto 0;
}
.banner_in a {
    display: inline-block;
    max-width: 356px;
    height: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 0 20px;
}
.banner_ina {
    border-left: 1px solid #74a1d5;
    border-right: 1px solid #74a1d5;
}
.one {
    width: 100%;
    padding: 0 0 40px;
    background: #fff;
}
.one_tit {
    width: 100%;
    height: 72px;
    background: url(/uploads/image/io2/images/tit1.png) no-repeat center;
    background-size: 1920px 72px;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    line-height: 72px;
    text-align: center;
}
.one_box {
    width: 1200px;
    padding-top: 50px;
    margin: 0 auto;
    position: relative;
}
.one_left {
    float: left;
}
.one_left ul {
    width: 556px;
}
.one_left ul li {
    width: 100%;
    height: 46px;
    margin-bottom: 16px;
}
.one_left ul li .ol_p {
    float: left;
    width: 64px;
    text-align: right;
    margin-left: 10px;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 46px;
}
.one_left div.select {
    float: right;
    position: relative;
    width: 420px;
    padding: 0 20px 0 25px;
    height: 46px;
    background: #f0f1f5;
    border-radius: 4px;
    cursor: pointer;
}
.one_left div.select .select_text {
    font-size: 16px;
    width: 420px;
    height: 46px;
    line-height: 46px;
    color: #1a1a1a;
    overflow: hidden;
}
.one_left .select i {
    width: 16px;
    height: 9px;
    background: url(/uploads/image/io2/images/down1.png) no-repeat center;
    position: absolute;
    top: 18px;
    right: 20px;
}
.one_left div.select .select_ul {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 425px;
    padding: 0 20px;
    max-height: 276px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    background: #fff;
    -moz-box-shadow: 0 0 50px rgba(2,70,141,0.2);
    -webkit-box-shadow: 0 0 50px rgba(2,70,141,0.2);
    box-shadow: 0 0 50px rgba(2,70,141,0.2);
    z-index: 2;
}
.one_left div.select .select_ul li {
    color: #1a1a1a;
    font-size: 16px;
    word-break: keep-all;
    white-space: nowrap;
    width: 425px;
    border-bottom: 1px solid #e1e2e6;
    height: 46px;
    overflow: hidden;
    line-height: 46px;
    text-indent: 10px;
    margin: 0;
}
.one_left div.select .select_ul li:last-child {
    border-bottom: none;
}
.one_left div.select .select_ul li:hover {
    color: #1c67bf;
}
.one_left div.select .select_ul li.cur {
    color: #1c67bf;
}
.ol_query {
    display: block;
    width: 465px;
    height: 50px;
    color: #fff;
    background: #1462be;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 5px 0 0 91px;
}
.one_right {
    float: right;
    width: 555px;
}
.or_div1 {
    width: 513px;
    height: 145px;
    padding: 0 20px;
    border: 1px solid #e1e2e6;
    margin-bottom: 22px;
    background: #f5f6fa;
}
.or_div1_in {
    padding: 15px 5px 15px 8px;
}
.one_line {
    border-bottom: 1px solid #e1e2e6;
}
.or_div1_in i {
    display: block;
    width: 33px;
    height: 42px;
    background: url(/uploads/image/io2/images/word.png) no-repeat center;
    float: left;
    margin-right: 10px;
}
.or_div1_in span {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 42px;
    float: left;
    width: 340px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.or_div1_in a {
    display: block;
    float: right;
    width: 108px;
    height: 34px;
    color: #1462be;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #1462be;
    border-radius: 4px;
    margin-top: 3px;
}
.or_div2 {
    width: 555px;
}
.or_div2_ul {
    float: left;
    width: 305px;
}
.or_div2_ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.or_div2_ul li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #1462be;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.or_div2_ul li a {
    display: inline-block;
    width: 286px;
    height: 36px;
    line-height: 36px;
    color: #1a1a1a;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.or_div2_in {
    float: right;
    width: 220px;
    height: 128px;
    background: url(/uploads/image/io2/images/service.png) no-repeat center;
    margin: 5px 0 0;
    position: relative;
}
.or_div2_in a {
    display: block;
    width: 220px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.two {
    width: 100%;
    padding: 40px 0 80px;
    background: #f5f6fa;
}
.two_tit {
    width: 1200px;
    height: 105px;
    margin: 0 auto 35px;
    position: relative;
    z-index: 1;
}
.two_tit p {
    color: #06438d;
    font-size: 28px;
    line-height: 104px;
    text-align: center;
}
.two_tit i {
    display: block;
    width: 107px;
    height: 105px;
    background: url(/uploads/image/io2/images/titbg.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -53px;
    z-index: -1;
}
.two_box {
    width: 1200px;
    margin: 0 auto;
}
.two_left {
    float: left;
    width: 771px;
}
.two_left_p {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
}
.two_left_div {
    width: 769px;
    height: 398px;
    margin: 0 auto;
    border: 1px solid #e1e2e6;
    position: relative;
}
.two_left_ul {
    width: 769px;
    height: 39px;
    background: #e6e7eb;
    position: absolute;
    top: 0;
    left: 0;
}
.two_left_ul li {
    float: left;
    width: 153px;
    height: 39px;
    line-height: 39px;
    color: #1a1a1a;
    font-size: 14px;
    text-align: center;
}
.two_left_li2,.two_left_li4 {
    border-left: 1px solid #e1e2e6;
    border-right: 1px solid #e1e2e6;
}
.table_box1 {
    width: 769px;
    height: 359px;
    position: absolute;
    overflow: auto;
    top: 39px;
    left: 0;
}
.table_box3 {
    width: 769px;
    height: 359px;
    position: absolute;
    overflow: auto;
    top: 39px;
    left: 0;
}
.two_table,.special_table {
    width: 769px;
    outline: none;
}
.two_table:focus { outline: none;}
.two_table td,.special_table td {
    width: 153px;
    height: 39px;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e2e6;
    border-left: none;
    border-top: none;
}
.two_table tr td:last-child,.special_table tr td:last-child {
    border-right: none;
}
.two_table tr:last-child td {
    border-bottom: none;
}
.two_table td span,.two_table td a,.special_table td span,.special_table td a {
    color: #1a1a1a;
    font-size: 14px;
}
.two_table td a.blue,.special_table td a.blue {
    color: #1462be;
}
.two_table td a.order,.special_table td a.order {
    color: #06438d;
    text-decoration: underline;
    cursor: pointer;
}
.two_table td span.order,.special_table td span.order {
    color: #06438d;
    text-decoration: underline;
    cursor: pointer;
}
.jspverticalbar {
    width: 8px;
    background: transparent;
}
.jsptrack {
    background: transparent;
    position: relative;
}
.jspdrag {
    width: 3px;
    background: #e0e0e0;
}
.two_left_hint {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 26px;
    margin: 15px 0 0;
}
.two_right {
    float: right;
    width: 348px;
    height: 356px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e1e2e6;
    border-top: 3px solid #1462be;
    margin-top: 46px;
}
.two_right_p {
    width: 348px;
    height: 132px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;*/
    overflow-y: scroll;
    text-align: justify;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}
.two_right_div {
    border-top: 1px solid #e1e2e6;
}
.two_right_ul {
    padding: 16px 0 10px;
}
.two_right_ul li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 12px;
}
.two_right_ul li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #1462be;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.two_right_ul li a {
    display: inline-block;
    width: 330px;
    height: 24px;
    line-height: 24px;
    color: #1a1a1a;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.two_right_in {
    width: 300px;
    height: 73px;
    background: url(/uploads/image/io2/images/service1.png) no-repeat center;
    margin: 0 auto;
    position: relative;
}
.two_right_in a {
    display: block;
    width: 300px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 11px;
}
.three {
    width: 100%;
    height: 460px;
    background: url(/uploads/image/io2/images/threebg.png) no-repeat scroll center;
    background-size: 1920px 460px;
    margin: 0 auto;
    position: relative;
}
.three_tit {
    width: 100%;
    height: 72px;
    background: url(/uploads/image/io2/images/tit.png) no-repeat center;
    background-size: 1920px 72px;
    position: absolute;
    top: -34px;
    left: 0;
    color: #fff;
    font-size: 28px;
    line-height: 72px;
    text-align: center;
}
.three_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 84px;
}
.three_left {
    float: left;
    width: 769px;
}
.three_left_tit {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
}
.three_left_div {
    width: 768px;
    border-top: 1px solid #6899d3;
    border-left: 1px solid #6899d3;
}
.three_table {
    width: 768px;
}
.three_table th {
    width: 191px;
    height: 39px;
    text-align: center;
    border-right: 1px solid #6899d3;
    background: #1c6ecd;
}
.three_table td {
    width: 191px;
    height: 39px;
    text-align: center;
    border-right: 1px solid #6899d3;
    border-bottom: 1px solid #6899d3;
}
.three_table th span,.three_table td span {
    color: #fff;
    font-size: 14px;
}
/*bim*/
.three_left_div.three_left_div2 {
    width: 767px;
    height: 280px;
    border: 1px solid #6899d3;
    margin: 0 auto;
    position: relative;
}
.three_left_ul {
    width: 767px;
    height: 39px;
    background: #1c6ecd;
    position: absolute;
    top: 0;
    left: 0;
}
.three_left_ul li {
    float: left;
    width: 191px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.three_left_li1,.three_left_li2,.three_left_li3 {
    border-right: 1px solid #6899d3;
}
.table_box4 {
    width: 767px;
    height: 241px;
    position: absolute;
    overflow: auto;
    top: 39px;
    left: 0;
}
.time_table {
    width: 767px;
    outline: none;
}
.time_table td {
    width: 191px;
    height: 39px;
    text-align: center;
    border-right: 1px solid #6899d3;
    border-bottom: 1px solid #6899d3;
}
.time_table td span {
    color: #fff;
    font-size: 14px;
}
.time_table tr td:last-child {
    border-right: none;
}
.table_box4 .jspdrag {
    width: 3px;
    background: #6899d3;
}
.three_right {
    float: right;
    width: 382px;
    margin-top: 44px;
}
.three_right_ul li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
.three_right_ul li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.three_right_ul li a {
    display: inline-block;
    width: 360px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.three_right_btn {
    display: block;
    width: 380px;
    height: 48px;
    border: 1px solid #8fb7e7;
    border-radius: 4px;
    background: #1d6ecd;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    margin: 19px auto 10px;
}
.three_right_in {
    width: 100%;
    height: 114px;
    overflow: hidden;
}
.three_right_in li {
    float: left;
    width: 181px;
    height: 46px;
    background: #4381cb;
    border-radius: 22px;
    margin-top: 10px;
}
.three_right_in li.three_right_inli {
    margin-left: 20px;
    display: inline;
}
.three_right_in li .tx {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin: 3px 6px 3px 3px;
}
.three_right_in li .user_name {
    float: left;
    display: block;
    width: 126px;
    height: 46px;
    overflow: hidden;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
}
.four {
    width: 100%;
    padding: 40px 0 50px;
    background: #fff;
}
.four_box {
    width: 1200px;
    margin: 0 auto;
}
.four_left {
    float: left;
    width: 769px;
}
.four_left_p {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
}
.four_left_div {
    width: 767px;
    height: 398px;
    margin: 0 auto;
    border: 1px solid #e1e2e6;
    position: relative;
}
.four_left_ul {
    width: 767px;
    height: 39px;
    background: #e6e7eb;
    position: absolute;
    top: 0;
    left: 0;
}
.four_left_ul li {
    float: left;
    width: 191px;
    height: 39px;
    line-height: 39px;
    color: #1a1a1a;
    font-size: 14px;
    text-align: center;
}
.four_left_li1,.four_left_li2,.four_left_li3 {
    border-right: 1px solid #e1e2e6;
}
.table_box2 {
    width: 767px;
    height: 359px;
    position: absolute;
    overflow: auto;
    top: 39px;
    left: 0;
}
.four_table {
    width: 767px;
}
.four_table td {
    width: 191px;
    height: 39px;
    text-align: center;
    background: #f7f8fc;
    border: 1px solid #e1e2e6;
    border-left: none;
    border-top: none;
}
.four_table tr td:last-child {
    border-right: none;
}
.four_table tr:last-child td {
    border-bottom: none;
}
.four_table td span,.two_table td a {
    color: #1a1a1a;
    font-size: 14px;
}
.four_table td a.blue {
    color: #1462be;
}
.four_table td span.order {
    color: #06438d;
    text-decoration: underline;
    cursor: pointer;
}
.jspverticalbar {
    width: 8px;
    background: transparent;
}
.jsptrack {
    background: transparent;
    position: relative;
}
.jspdrag {
    width: 3px;
    background: #e0e0e0;
}
.four_right {
    float: right;
    width: 340px;
    height: 340px;
    padding: 28px 24px;
    background: #f7f8fc;
    border: 1px solid #e1e2e6;
    border-top: 3px solid #1462be;
    margin-top: 46px;
}
.four_right_p {
    width: 340px;
    height: 264px;
    text-align: justify;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 26px;
}
.four_right_btn {
    display: block;
    width: 340px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;
    background: #1462be;
    margin: 0 auto;
}
.five {
    width: 100%;
    padding: 40px 0 50px;
    background: #f5f6fa;
}
.five_box {
    width: 1200px;
    margin: 0 auto;
}
.five_div {
    float: left;
    width: 316px;
    height: 320px;
    padding: 0 32px;
    margin-top: 5px;
    background: #fff;
}
.five_div.five_div_dis {
    margin: 5px 30px 0;
    display: inline;
}
.five_p1 {
    color: #06438d;
    font-size: 22px;
    text-align: center;
    line-height: 72px;
}
.five_div img {
    display: block;
    margin: 0 auto 20px;
}
.five_a {
    display: block;
    width: 316px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    background: #1462be;
    margin: 0 auto 20px;
}
.five_a i {
    display: inline-block;
    width: 27px;
    height: 26px;
    position: relative;
    top: 6px;
}
.five_icon1 {
    background: url(/uploads/image/io2/images/icon1.png) no-repeat center;
}
.five_icon2 {
    background: url(/uploads/image/io2/images/icon2.png) no-repeat center;
}
.five_icon3 {
    background: url(/uploads/image/io2/images/icon3.png) no-repeat center;
}
.five_icon4 {
    background: url(/uploads/image/io2/images/icon4.png) no-repeat center;
}
.five_icon5 {
    background: url(/uploads/image/io2/images/icon5.png) no-repeat center;
}
.five_icon6 {
    background: url(/uploads/image/io2/images/icon6.png) no-repeat center;
}
.five_icon7 {
    background: url(/uploads/image/io2/images/icon7.png) no-repeat center;
}
.five_icon8 {
    background: url(/uploads/image/io2/images/icon8.png) no-repeat center;
}
.five_icon9 {
    background: url(/uploads/image/io2/images/icon9.png) no-repeat center;
}
.five_a span {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    margin-left: 6px;
}
.five_a em {
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/uploads/image/io2/images/arrow.png) no-repeat center;
    position: relative;
    top: -2px;
    margin-left: 6px;
}
#showpop_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    filter:progid:dximagetransform.microsoft.alpha(opacity=50);
    -ms-filter:progid:dximagetransform.microsoft.alpha(opacity=50);
    background-color: #1a1a1a;
}
#container1 {
    display: block;
    width: 420px;
    padding: 104px 40px 36px;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    z-index: 1200;
}
.container1_box {
    width: 420px;
    margin: 0 auto;
}
#container1 img {
    display: block;
    width: 270px;
    height: 187px;
    position: absolute;
    top: -106px;
    left: 137px;
}
.container1_p {
    font-size: 16px;
    text-align: center;
    color: #1a1a1a;
    line-height: 24px;
}
.container1_ul {
    width: 360px;
    margin: 22px auto 0;
}
.container1_ul li {
    width: 100%;
    text-align: left;
    height: 66px;
    margin-bottom: 6px;
}
.container1_ul p {
    float: left;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    width: 179px;
    border-right: 1px solid #e1e2e6;
    margin-top: 16px;
}
.container1_result {
    float: left;
}
.container1_result i {
    display: block;
    float: left;
    width: 66px;
    height: 66px;
    margin: 0 6px 0 12px;
}
.container1_result.icon_ok i {
    background: url(/uploads/image/io2/images/ok.png) no-repeat center;
}
.container1_result.icon_no i {
    background: url(/uploads/image/io2/images/no.png) no-repeat center;
}
.ok_span {
    display: none;
    float: left;
    color: #4eb546;
    font-size: 24px;
    line-height: 26px;
    margin-top: 16px;
}
.container1_result.icon_ok .ok_span {
    display: block;
}
.no_span {
    display: none;
    float: left;
    color: #ff604a;
    font-size: 24px;
    line-height: 26px;
    margin-top: 16px;
}
.container1_result.icon_no .no_span {
    display: block;
}
.container1_in {
    width: 414px;
    margin: 32px auto 0;
}
.container1_in a {
    float: right;
    display: block;
    width: 198px;
    height: 48px;
    color: #fff;
    border: 1px solid #1462be;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    background: #1462be;
}
.container1_in a.close {
    float: left;
    background: #fff;
    color: #1462be;
}
#container2 {
    display: block;
    width: 500px;
    height: 342px;
    background: url(/uploads/image/io2/images/pop.png) no-repeat scroll center;
    position: fixed;
    z-index: 1200;
}
.container2_box {
    width: 414px;
    padding-top: 174px;
    margin: 0 auto;
}
.container2_div {
    width: 100%;
    margin: 0 auto 30px;
}
.container2_div span {
    float: left;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 46px;
}
.container2_div input {
    float: right;
    padding: 0 20px;
    width: 314px;
    line-height: 46px;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #f0f1f5;
}
input::-webkit-input-placeholder {
    color: #bdbdbd;
}
input:-moz-placeholder {
    color: #bdbdbd;
}
input::-moz-placeholder {
    color: #bdbdbd;
}
input:-ms-input-placeholder {
    color: #bdbdbd;
}
.container2_in .close {
    float: left;
    display: block;
    width: 198px;
    height: 48px;
    color: #1462be;
    border: 1px solid #1462be;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}
#submitbtn {
    float: right;
    display: block;
    width: 198px;
    height: 48px;
    border: 1px solid #1462be;
    background: #1462be;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.test_xf {
    background: #fff;
    border: 1px solid #f0f0f0;
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -120px;
    z-index: 2;
}
.test_xf a {
    display: block;
    width: 112px;
    height: 39px;
    font-size: 14px;
    text-align: center;
    line-height: 39px;
    border-bottom: 1px solid #f0f0f0;
    color: #575f66;
    background: #fff;
}
.test_xf .test_top {
    height: 39px;
    font-size: 14px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    background: #277ee5;
    border-bottom: none;
    cursor: pointer;
}
.triangle {
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 8px solid transparent;
    margin-right: 4px;
}
.test_xf .xf_current {
    background: #fafafa;
    color: #1462be;
}
/*提示*/
.msg_prompt{
    display: none;
    max-width: 300px;
    padding: 0 5px;
    height: 46px;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    filter: progid:dximagetransform.microsoft.alpha(opacity=70);
    -ms-filter: progid:dximagetransform.microsoft.alpha(opacity=70);;
    text-align: center;
    line-height: 46px;
    border-radius: 2px;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    z-index: 1300;
}
