.LB-container-1200 {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.p-list .p-title {
    border-bottom: 1px solid #333;
}
.p-list .p-title i {
    transform: rotate(0deg);
    transform-origin: center center;
    transition: transform .3s;
}
.p-list .p-title.active i {
    transform: rotate(90deg);
    transform-origin: center center;
    transition: transform .3s;
    color: #0070ff;
}
.p-list .p-title .p-change {
    display: none;
}
.p-option {
    display: none;
}
.p-option.active {
    display: block;
}
.p-option .isimg{
    min-width: 992px;
}
.p-option .option-img {
    position: relative;
    border: 1px solid #d1d1d1;
    height: 100%;
}
.p-option .option-img i {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
    text-align: center;
}
.p-option .option-img i:before {
    display: none;
    position: absolute;
    top: 3px;
    left: 5px;
}
.p-option .option-box.active .option-img i:before {
    display: block;
}
.p-option .option-box.active .option-img i {
    background: #0070ff;
}
.p-option .option-box.active .option-img i {
    font: normal normal normal 14px/1.2 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}
.p-option .option-img:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 10px 20px 0 rgba(0,0,0,0.19)
}
.p-option .option-box.active .option-img {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 10px 20px 0 rgba(0,0,0,0.19)
}

.p-option .option-text {
    border: 1px solid #ddd;
    height: 100%;
}
.p-option .option-box.active .option-text {
    border-color: #0070ff;
    color: #0070ff;
}
.p-option .p-next {
    display: block;
    width: 200px;
    background: #0070ff;
    color: #fff;
    border-radius: 4px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 40px;
    cursor: not-allowed;
    opacity: .6;
}
#submitBtn {
    width: 250px;
}
.p-option .p-next.active {
    cursor: pointer;
    opacity: 1;
}

.information table {
    font-size: 14px;
    min-width: 1100px;
}
.information table thead {
    background: #eee;
}
.information .lbicon {
    margin: 0 10px;
    display: inline-table;

}
.information .yuan {
    background: #12a83a;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}
.information .fang {
    background: #0070ff;
    width: 17px;
    height: 17px;
}
.information .ling {
    background: #000;
    width: 13px;
    height: 13px;
    transform: rotate(45deg) skew(5deg, 5deg);
    transform-origin: center;
}
.information .sanjiao {
    background: #ff1500;
    width: 13px;
    height: 13px;
    transform: rotate(45deg) skew(5deg, 5deg);
    transform-origin: center;
}

.modal-header {
    border: none;
    padding-bottom: 0
}
#revise-option {
    display: block;
    width: 200px;
    background: #0070ff;
    color: #fff;
    border-radius: 4px;
    margin: 30px auto;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}
