body {
    background: #F5F5F5;
}

.www-content {
    background: #F5F5F5;
}


.hot-zt-space {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 4px;
    background: #FFFFFF;
}

.hot-zt-space-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.05);
}

.hot-zt-space-menu-bar {
    flex: 1;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.hot-zt-space-menu-bar a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    color: #333333;
    border-bottom: 2px solid #FFFFFF;
    margin-right: 20px;
    font-weight: bold;

}

.hot-zt-space-menu-bar a:hover {
    border-bottom: 2px solid #DB4E3E;
    color: #DB4E3E;
}

.hot-zt-space-menu-bar a.select {
    border-bottom: 2px solid #DB4E3E;
    color: #DB4E3E;
}

.hot-zt-space-menu-btn {
    width: 180px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.hot-zt-space-menu-btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    background: linear-gradient(142deg, #F68F45 0%, #F36626 100%);
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 14px;
}

.hot-zt-space-menu-btn a:hover {
    background: #F36626;
}

.hot-zt-space-menu-btn a i {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/add_icon@2x.png) no-repeat;
    background-size: 16px 16px;
    margin-right: 10px;
}

.hot-zt-space-list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.05);
}

.hot-zt-space-list-title {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.hot-zt-space-list-title span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.hot-zt-space-list-space {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.hot-zt-space-list-space-item {
    width: 177px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.hot-zt-space-list-space-item img {
    width: 177px;
    background: #DDDDDD;

}

.hot-zt-space-list-space-item span {
    height: 35px;
    line-height: 35px;
    font-size: 14px;

}

.hot-zt-type-space {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.hot-zt-type-space-left {
    width: 892px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #DDDDDD;
    background: #EEEEEE;
    border-radius: 4px;
}

.hot-zt-type-space-left-item {
    width: 425px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    background: #FFFFFF;
    margin-bottom: 2px;
}

.hot-zt-type-space-left-item-title {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hot-zt-type-space-left-item-title span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.hot-zt-type-space-left-item-title a {
    font-size: 12px;
    color: #666666;
}

.hot-zt-type-space-left-item-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.hot-zt-type-space-left-item-list-item {
    width: 205px;
    height: 46px;
    margin-bottom: 7px;
}

.hot-zt-type-space-left-item-list-item-none {
    width: 205px;
    height: 46px;
    margin-bottom: 7px;
}

.hot-zt-type-space-left-item-list-item:hover {
    box-shadow: 5px 5px 3px #DCE2ED;
}

.hot-zt-type-space-left-item-list-item a {
    width: 205px;
    height: 46px;
    display: block;
    background: #F5F7FB;
    border-radius: 4px 4px 4px 4px;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #333333;
}

.hot-zt-type-space-left-item-row {
    width: 874px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    background: #FFFFFF;
    margin-bottom: 2px;
}

.hot-zt-type-space-right {
    width: 286px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
}

.hot-zt-type-space-right-top {
    width: 256px;
    padding: 0 15px;
    height: 48px;
    background: linear-gradient(270deg, #82BCFF 0%, #53A0F9 100%);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.hot-zt-type-space-right-top:hover {
    background: #53A0F9;
}

.hot-zt-type-space-right-top-title {
    background: url(../img/file16.png) no-repeat left center;
    background-size: 16px 16px;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 20px;
}

.hot-zt-type-space-right-top-more {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/right16.png) no-repeat left center;
    background-size: 16px 16px;
}

.hot-zt-type-space-right-input {
    width: 254px;
    padding: 15px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.hot-zt-type-space-right-input-title {
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.hot-zt-type-space-right-input-title span {
    font-size: 14px;
    font-weight: bold;
}

.hot-zt-type-space-right-input-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.hot-zt-type-space-right-input-item-title {
    height: 25px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.hot-zt-type-space-right-input-item-title .red {
    color: #DB4E3E;
}

.hot-zt-type-space-right-input-item-input {
    width: 252px;
    height: 36px;
    border: 1px solid #C4C4C4;
    border-radius: 4px 4px 4px 4px;
}

.hot-zt-type-space-right-input-item-input input {
    width: 232px;
    height: 36px;
    border: 0px;
    padding: 0 10px;
    line-height: 36px;
    border-radius: 4px 4px 4px 4px;
}

.hot-zt-type-space-right-input-item-input-ck {
    width: 254px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.hot-zt-type-space-right-input-item-input-ck label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
    font-size: 12px;
}

.hot-zt-type-space-right-input-item-input-ck label input {
    margin-right: 5px;
}

.hot-zt-type-space-right-input-item-input-btn {
    width: 254px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.hot-zt-type-space-right-input-btn {
    width: 254px;
    height: 40px;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
}

.hot-zt-type-space-right-input-btn:hover {
    background: #BF4234;
}


.applytogys-space {
    width: 554px;
    height: 608px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.applytogys-space-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.applytogys-space-title span {
    font-size: 18px;
    font-weight: bold;
}

.applytogys-space-title button {
    display: block;
    background: url(../img/close16.png) no-repeat;
    width: 24px;
    height: 24px;
    border: 0px;
    cursor: pointer;
}

.applytogys-space-info {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0px;
}

.applytogys-space-info-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.applytogys-space-info-item-title {
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    line-height: 38px;
}

.applytogys-space-info-item-title .red {
    color: #DB4E3E;
    padding: 0 5px;
}

.applytogys-space-info-item-input {
    flex: 1;
    display: flex;
    flex-direction: row;
    padding-right: 25px;
}

.applytogys-space-info-item-input input {
    flex: 1;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    border-radius: 4px;
    height: 38px;
    padding: 0 10px;
}

.applytogys-space-info-item-input textarea {
    flex: 1;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    border-radius: 4px;
    height: 80px;
    padding: 10px;
}

.applytogys-space-info-item-input button.submit-btn {
    width: 104px;
    height: 32px;
    background: #DB4E3E;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0px;
    color: #FFFFFF;
    margin-right: 10px;
    cursor: pointer;
}

.applytogys-space-info-item-input button.submit-btn:hover {
    opacity: 0.8;
}

.applytogys-space-info-item-input button.close-btn {
    width: 76px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
    color: #999999;
    cursor: pointer;
}

.applytogys-space-info-item-input button.close-btn:hover {
    border: 1px solid #DB4E3E;
    color: #DB4E3E;
}

.shadows {
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}


.inputjson-state-space {
    background: #FFFFFF;
    width: 440px;
    height: 143px;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.inputjson-state-space-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.inputjson-state-space-title span {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.inputjson-state-space-title span i {
    display: block;
    width: 24px;
    height: 24px;
}

.inputjson-state-space-title span i.success {
    background: url(../img/success_1.png) no-repeat;
}

.inputjson-state-space-title span i.error {
    background: url(../img/error_1.png) no-repeat;
}

.inputjson-state-space-title button {
    display: block;
    background: url(../img/close16.png) no-repeat;
    width: 24px;
    height: 24px;
    border: 0px;
    cursor: pointer;
}

.inputjson-state-space-info {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0px;
}

.inputjson-state-space-info-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.inputjson-state-space-info-item span {
    font-size: 14px;
    color: #666666;
}

.inputjson-state-space-info-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}


.inputjson-state-space-info-btn button.close-btn {
    width: 76px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
    color: #999999;
    cursor: pointer;
}

.inputjson-state-space-info-btn button.close-btn:hover {
    border: 1px solid #DB4E3E;
    color: #DB4E3E;
}