@charset "UTF-8";

/**
 * Created by kroyo on 2018/03/09
 * usercommon  用户中心公共样式
 */
/**
 * Created by kroyo on 2017/10/19.
 * minxin 公共块
 */
.yelow {
    color: #fea733;
}

.blue {
    color: #00a0e9;
}

body {
    height: auto;
    min-height: 100%;
    background-color: #f2f2f2;
}

input,
textarea {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #00a0e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn.borderbtn {
    color: #00a0e9;
    background-color: transparent;
}

.btn.borderbtn:hover,
.btn.borderbtn.active {
    color: #ffffff;
    background-color: #00a0e9;
}

.btn.bgbtn {
    color: #ffffff;
    background-color: #00a0e9;
}

.btn.yelowbtn {
    color: #fea733;
    border-color: #fea733;
    background-color: transparent;
}

.btn.yelowbtn:hover {
    color: #ffffff;
    background-color: #fea733;
}

.btn.graybtn {
    color: #666666;
    border-color: #cccccc;
    background-color: transparent;
}

.btn.graybtn:hover,
.btn.graybtn.active {
    color: #00a0e9;
    border-color: #00a0e9;
}

.content-header {
    width: 100%;
    height: 80px;
    background-color: #00a0e9;
}

.content-header .container {
    position: relative;
    width: 1200px;
    height: 100%;
}

.content-header .header-process {
    width: 100%;
    height: 100%;
    padding: 25px 0;
}

.content-header .header-process .process {
    float: left;
    line-height: 30px;
    font-size: 0;
}

.content-header .header-process .ptitle {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    margin-right: 20px;
}

.content-header .header-process .label {
    position: relative;
    display: inline-block;
    color: #a3dcf7;
    font-size: 14px;
}

.content-header .header-process .label a {
    color: #a3dcf7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.content-header .header-process .label a:hover {
    color: #ffffff;
}

.content-header .header-process .iconfont {
    font-size: 14px;
    margin-right: 5px;
}

.content-header .header-process .active {
    color: #ffffff;
}

.content-header .header-process .active a {
    color: #ffffff;
}

.content-header .header-process .xian {
    font-size: 13px;
    margin: 0 10px;
}

.content-header .header-process .hbtn {
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #a3dcf7;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-left: 20px;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

.content-header .header-process .submitbtn {
    color: #00a0e9;
    background-color: #ffffff;
    cursor: pointer;
}

.content-header .header-process .submitbtn:hover {
    color: #ffffff;
    background-color: #fea733;
}

.content-header .header-process .textbtn {
    color: #ee0003;
    cursor: pointer;
}

.content-header .header-process .hbtn:hover~.tink-audit {
    display: block;
}

.content-header .header-info {
    width: 100%;
    font-size: 0;
    padding: 10px 0;
}

.content-header .header-info .info-label {
    display: inline-block;
    vertical-align: middle;
}

.content-header .header-info .info-logo {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.content-header .header-info .info-logo img {
    width: 100%;
    vertical-align: middle;
}

.content-header .header-info .info-logo.iconfont:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: url(../../img/infor/icon-provce.png) no-repeat center;
    background-color: #fea733;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.content-header .header-info .img-wrapper {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.content-header .header-info .info-name {
    font-size: 16px;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 10px;
}

.content-header .header-info .info-type {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fea733;
    text-align: center;
    background: url(../../img/infor/usertypebg.png) no-repeat center;
}

.content-header .header-info .btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: transparent;
    margin-top: 15px;
}

.content-header .header-info .btn:hover {
    color: #00a0e9;
    background-color: #ffffff;
}

.content-header .header-info .btn:hover~.tink-audit {
    display: block;
}

.content-header .tink-audit {
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    z-index: 1;
    width: 360px;
    height: auto;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 26px 30px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.content-header .tink-audit:before {
    position: absolute;
    right: 20px;
    top: -10px;
    display: block;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.content-header .tink-audit .iconfont {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #cccccc;
    font-size: 10px;
    margin-right: 0;
    cursor: pointer;
}

.content-header .tink-audit .iconfont:hover {
    color: #00a0e9;
}

.main {
    width: 100%;
    height: auto;
    min-height: 550px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.main .container {
    width: 1200px;
    height: 100%;
}

.main .main-left {
    float: left;
    width: 220px;
    min-height: 400px;
}

.main .main-right {
    float: right;
    width: 958px;
    min-height: 400px;
}

.main .main-content,
.main .contentbg {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.main-left .main-list {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.main-left .main-list li {
    margin-bottom: 20px;
}

.main-left .list-div {
    position: relative;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}

.main-left .list-div a {
    color: #333333;
}

.main-left .list-div .iconfont {
    margin-right: 10px;
}

.main-left .list-div:after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 11px;
    background: url(../../img/infor/icon-jian.png) no-repeat center;
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: all opacity 0.4s;
    -moz-transition: all opacity 0.4s;
    -ms-transition: all opacity 0.4s;
    -o-transition: all opacity 0.4s;
    transition: all opacity 0.4s;
}

.main-left .list-div.active:after {
    background-image: url(../../img/infor/icon-add.png);
}

.main-left .list-div:hover:after {
    opacity: 1;
}

.main-left .list-wrapper {
    font-size: 14px;
}

.main-left .list-wrapper li {
    margin-top: 20px;
    padding-left: 26px;
}

.main-left .list-wrapper a {
    color: #999999;
}

.main-left .list-wrapper a:hover,
.main-left .list-wrapper a.active {
    color: #00a0e9;
}

.main-right {
    padding: 30px 30px 50px 30px;
}

.main-right h3 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.lineadd-wrapper,
.linePlusItem-wrapper {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px dashed #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}

.lineadd-wrapper .line-addbtn,
.linePlusItem-wrapper .line-addbtn {
    color: #00a0e9;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.lineadd-wrapper .iconfont,
.linePlusItem-wrapper .iconfont {
    font-size: 14px;
    color: #00a0e9;
    margin-right: 10px;
}

.site-window .container {
    width: 1000px;
}

.site-window .container .win-content {
    top: 50%;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -o-transform: translateY(-50%);
    /* Opera */
    transform: translateY(-50%);
    width: 420px;
    height: auto;
    margin-left: 410px;
    margin-right: 210px;
    background-color: #fff;
}

.site-window.win-addlinks .container .win-content {
    left: 50%;
    width: 420px;
    height: auto;
    margin-left: -210px;
}

.site-window.win-grade .container .win-content {
    left: 50%;
    margin-left: -290px;
}

.site-window .content-title .btn-close {
    line-height: normal;
    color: #999999;
    font-size: 14px;
    background: none;
}

.site-window .content-title .btn-close:hover {
    color: #00a0e9;
    background: none;
}

.site-window .content-form {
    padding: 30px;
}

.site-window .form-item {
    font-size: 0;
    margin-bottom: 20px;
}

.site-window .form-item .label {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #666666;
}

.site-window .form-item .text,
.site-window .form-item .item-right {
    display: inline-block;
    width: 380px;
    font-size: 14px;
    color: #333333;
}

.site-window .form-item .inputtext {
    width: 260px;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
}

.site-window .form-item .inputtext::-webkit-input-placeholder {
    color: #999999;
}

.site-window .form-item .inputtext:-ms-input-placeholder {
    color: #999999;
}

.site-window .form-item .inputtext:-moz-placeholder {
    color: #999999;
}

.site-window .form-item .inputtext::-moz-placeholder {
    color: #999999;
}

.site-window .last-form-item {
    margin-bottom: 0;
}

.site-window .label36 {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}

.site-window .upbtn {
    display: inline-block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.site-window .borderbtn {
    border: 1px solid #00a0e9;
    color: #00a0e9;
    background-color: transparent;
}

.site-window .bgbtn {
    background-color: #00a0e9;
    color: #ffffff;
}

.win-delalert .container .win-content {
    width: 420px !important;
    margin-left: 410px !important;
}

.po-alert {
    width: 400px;
    height: 160px;
    background-color: #fff;
    color: #666666;
    padding: 30px 0;
    margin: 250px auto 0;
    text-align: center;
}

.po-alert .title {
    display: inline-block;
    width: auto;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: right;
}

.po-alert .title:before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../img/infor/alert.png) no-repeat left;
    margin-right: 10px;
    vertical-align: middle;
}

.po-alert .btn-list {
    width: 180px;
    margin: 15px auto 0;
}

.po-alert a {
    display: block;
    width: 72px;
    height: 36px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.po-alert .btn-re {
    line-height: 34px;
    color: #666666;
    border: 1px solid #cccccc;
    background: transparent;
}

.po-alert .btn-re:hover {
    color: #00a0e9;
    border-color: #00a0e9;
}

.po-alert .btn-conf {
    line-height: 36px;
    color: #fff;
    background: #00a0e9;
}

.select {
    position: relative;
    cursor: pointer;
}

.select .seloff {
    position: absolute;
    top: 17px;
    right: 10px;
    display: block;
    width: 12px;
    height: 6px;
    background: url(../../img/infor/icon-down.png) no-repeat center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.select.active .seloff {
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -o-transform: rotate(180deg);
    /* Opera */
    transform: rotate(180deg);
}

.select input {
    cursor: pointer;
}

.select_list {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    max-height: 144px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    overflow: hidden;
}

.select_list .li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #7a7a7a;
    padding-left: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

.select_list .li:hover {
    background-color: #f2f2f2;
}

.select_list .li.selected {
    color: #00a0e9;
    background-color: #f2f2f2;
}

.tab-wrapper {
    margin-top: 10px;
    padding-bottom: 29px;
    border-bottom: 1px solid #eeeeee;
}

.tab-wrapper .tab-nav {
    position: relative;
    float: left;
    color: #999999;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    margin-right: 40px;
    cursor: pointer;
}

.tab-wrapper .tab-nav:last-of-type {
    margin-right: 0;
}

.tab-wrapper .tab-nav:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #00a0e9;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0);
    /* Safari 和 Chrome */
    -moz-transform: scale(0);
    /* Firefox */
    -ms-transform: scale(0);
    /* IE 9 */
    -o-transform: scale(0);
    /* Opera */
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tab-wrapper .tab-nav a {
    color: #999999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tab-wrapper .tab-nav a:hover {
    color: #00a0e9;
}

.tab-wrapper .tab-nav:hover,
.tab-wrapper .tab-nav.active {
    color: #00a0e9;
}

.tab-wrapper .tab-nav:hover:after,
.tab-wrapper .tab-nav.active:after {
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
}

.check-wrap {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    font-size: 0;
    margin-right: 10px;
}

.check-wrap input {
    display: none;
}

.check-wrap label {
    display: block;
    width: 100%;
}

.check-wrap .check {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #999999;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    vertical-align: -3px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.check-wrap .check:after {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    content: " ";
    width: 100%;
    height: 100%;
    background: url(../../img/list/check.png) no-repeat 50% 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.check-wrap .check-text {
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.check-wrap:hover .check {
    border-color: #00a0e9;
}

.check-wrap:hover .check-text {
    color: #00a0e9;
}

.check-wrap.checked .check {
    border: none;
    background-color: #00a0e9;
}

.check-wrap.checked .check:after {
    display: inline-block;
}

/* 样式修复冲突 */
.content-header .header-process .label {
    padding: 0;
    font-weight: 400;
}

.main .main-right {
    min-height: 600px;
}

.win-quoUndertake .content-title .btn-close,
.win-participate .content-title .btn-close {
    background: url(../../../../publics2/img/common/icon-close.png) no-repeat center;
}

.win-quoUndertake .content-title .btn-close:hover,
.win-participate .content-title .btn-close:hover {
    background-image: url(../../../../publics2/img/common/icon-close-hover.png);
}

.iconfont-demandcontract {
    width: 16px;
    height: 22px;
    float: left;
    background: url(../../img/demandContract-icon.png) no-repeat center !important;
}

.main-left .list-div.home:after {
    display: none;
}

.icon-info-home {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    float: left;
    background: url(../../img/icon-info-home.png) no-repeat center !important;
}

.pay-type .radio-wrap {
    margin-right: 40px;
    display: inline-block;
}

.pay-type .radio-wrap input {
    display: none;
}

.pay-type .radio-wrap label {
    cursor: pointer;
    font-size: 14px;
    color: #666666;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.site-window .pay-type.form-item .inputtext,
.site-window .is-default.form-item .inputtext {
    border: none;
    float: right;
    padding: 0;
}

.pay-type .radio-wrap .check {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: -2px;
}

.pay-type .radio-wrap .check:after {
    position: absolute;
    top: 25%;
    left: 25%;
    display: block;
    content: "";
    width: 50%;
    height: 50%;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pay-type .radio-wrap .check:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pay-type .radio-wrap:hover label .check {
    color: #00a0e9;
}

.pay-type .radio-wrap:hover .check:before {
    border-color: #00a0e9;
}

.pay-type .radio-wrap input:checked~label {
    color: #00a0e9;
}

.pay-type .radio-wrap input:checked~label .check:after {
    background-color: #00a0e9;
}

.pay-type .radio-wrap input:checked~label .check:before {
    border-color: #00a0e9;
}

.is-default .checkbox-item {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 52px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #dddddd;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.is-default .checkbox-component {
    display: none;
}

.is-default .checkbox-item:before {
    content: "否";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 24px;
    text-indent: 29px;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.is-default .checkbox-item:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.is-default .checkbox-component:checked+.checkbox-item {
    background-color: #00a0e9;
}

.is-default .checkbox-component:checked+.checkbox-item:before {
    content: "是";
    text-indent: 10px;
}

.is-default .checkbox-component:checked+.checkbox-item:after {
    left: 30px;
}

.description.ss-details_body--panel-item {
    margin-bottom: 80px;
}

.ss-details_body--panel-item .agreement-padding td {
    font-size: 12px;
}

/* 1002199 */

.default-window .container {
    width: 1000px;
}

.default-window .container .win-content {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    /* Safari éœï¿½ Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -o-transform: translateY(-50%);
    /* Opera */
    transform: translateY(-50%);
    width: 420px;
    height: auto;
    margin-left: -210px;
    background-color: #ffffff;
}

.default-window .content-title .btn-close {
    line-height: normal;
    color: #999999;
    font-size: 14px;
    background: none;
}

.default-window .content-title .btn-close:hover {
    color: #00a0e9;
    background: none;
}

.default-window .content-form {
    padding: 30px 30px 30px 30px;
}

.default-window .form-item {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.default-window .form-item .label {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #666666;
}

.default-window .form-item .text,
.default-window .form-item .item-right {
    display: inline-block;
    width: 380px;
    font-size: 14px;
    color: #333333;
}

.default-window .form-item .inputtext {
    width: 260px;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
}

.default-window .form-item .inputtext::-webkit-input-placeholder {
    color: #999999;
}

.default-window .form-item .inputtext:-ms-input-placeholder {
    color: #999999;
}

.default-window .form-item .inputtext:-moz-placeholder {
    color: #999999;
}

.default-window .form-item .inputtext::-moz-placeholder {
    color: #999999;
}

.default-window .last-form-item {
    margin-bottom: 0;
}

.default-window .label36 {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}

.default-window .upbtn {
    display: inline-block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.default-window .borderbtn {
    border: 1px solid #00a0e9;
    color: #00a0e9;
    background-color: transparent;
}

.default-window .bgbtn {
    background-color: #00a0e9;
    color: #ffffff;
    float: none;
}

.default-window .cancel {
    background-color: #f4f4f4;
    color: #333;
    float: none;
}

.default-window .form-item.btn-item {
    font-size: 0;
    text-align: center;
}

.default-window .form-item.btn-item a {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 18px;
    display: inline-block;
    min-width: 72px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.default-window .btn-cancel,
.default-window .btn-conf {
    text-align: center;
}

.default-window .btn-cancel {
    line-height: 34px;
    color: #666666;
    border: 1px solid #cccccc;
    background: transparent;
}

.default-window .btn-cancel:hover {
    color: #00a0e9;
    border-color: #00a0e9;
}

.default-window .btn-conf {
    line-height: 36px;
    color: #fff;
    background: #00a0e9;
}