﻿
.wrapper-main{width:100%;background-size:100%;max-width:100%;max-height:100%;justify-content:center;padding:25px}
@media (max-width:1200px){.wrapper-main{background-image:none;}
}
.wrapper-main h1{font-size:20px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;justify-content:center;align-items:center;}
@media (max-width:1200px){.wrapper-main h1{font-size:18px;font-weight:600;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}
.main-panels{width:100%;max-width:1270px;margin:0 auto;background-color:#fff;margin-top:65px;padding:15px;margin-bottom:15px;}
.tools{width:100%;}
.panels {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.col-box {
    width: 100%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
textarea.control {
    height: auto;
}
.control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.frame {
    margin-right: -15px;
    margin-left: -15px;
}
.frame {
    margin-bottom: 15px;
}
.frame:after{clear: both;}
.text-center {
    text-align: center;
}
.btn-success:hover {
    color: #fff;
    background-color: #fb7d03;
    border-color: #fb7d03;
}
.btn-success {
    color: #fff;
    background-color: #070707;
    border-color: #4cae4c;
}
.btn {
    margin-left: 2px;
    margin-right: 2px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.introduce {
    color: #000000;
    background-color: #d8d8d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}