@charset "utf-8";

/* css document */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #f0f0f0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
    font-family: "微软雅黑";
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    list-style: none;
    outline: none;
}

a:hover {
    border: 0px;
}

button {
    cursor: pointer;
}

.clear {
    clear: both;
}

table {
    border-spacing: 1px;
    border-collapse: collapse;
}

/*备课大赛宣传页 样式*/

.wrap{
	float: left;
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: url(../../image/match/2021-match-bg.jpg) top center no-repeat;
    margin-top: -36px;
}

/*报名入口*/
.wrap-main{
	float: left;
	width: 100%;
    height: auto;
	min-width: 1280px;
	margin-top: 326px;
    background: url(../../image/match/2021-base-map.png) top center no-repeat;
}
.main {
    width: 1200px;
    height: 1400px;
    margin: 0 auto;
}
.main .enroll{
    float: left;
    width: 98%;
    margin-top: 25px;
}
.main .enroll a{
	float: left;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.main .enroll a.c-teacher{
    width: 269px;
    height: 112px;
	background: url(../../image/match/2021-c-teacher.png) no-repeat;
	margin: 40px 0 0 260px;
}
.main .enroll a.s-teacher{
    width: 254px;
    height: 103px;
	background: url(../../image/match/2021-s-teacher.png) no-repeat;
    margin: 49px 0 0 155px;
}
.main .enroll a:hover{
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

.main .content{
    float: left;
    width: 98%;
    margin: 142px 0 55px 0;
}

.main .content ul {
    float: left;
    width: 94.3%;
    margin: 0 35px
}
.main .content ul li{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.main .content ul li .content-li-title{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.main .content ul li .content-li-sub{
    float: left;
    width: 100%;
}

.main .content ul li .content-li-sub p{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #2F1763;
}
.main .content ul li .content-li-sub p.indent-20{
    text-indent: 33px;
}

.main .content ul li .content-li-sub.bg-color{
    height: 155px;
    background-color: #effff2;
}
.main .content ul li .content-li-sub table{
    float: left;
    width: 94.5%;
    margin: 30px 30px 20px 30px;
    text-align: center;
}

.main .content ul li .content-li-sub table tr{
    font-size: 16px;
    color: #2F1763;
}
.main .content ul li .content-li-sub table tr.text-bold{
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.main .content ul li .content-li-sub img.time-axis{
    width: 94.5%;
    float: left;
    margin: 0 30px;
}

.main .content ul li .content-li-sub .prize{
    width: 94.5%;
    float: left;
    margin: 35px 0 10px 0;
}
.main .content ul li .content-li-sub .prize img{
    width: 165px;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.tc-login-choice{
    width: 350px;
    height: 280px;
    border-radius: 5px;
    background: #fff;
    display: none;
}
.tc-login-choice .tc-title {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #b7d3f3;
    background: #f2f8ff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tc-login-choice .tc-title h3 {
    line-height: 45px;
    font-size: 16px;
    color: #333;
    float: left;
    text-indent: 20px;
}
.tc-login-choice .tc-title i.close {
    width: 14px;
    height: 14px;
    float: right;
    background: url(../../image/match/tc-close-icon.png) -10px -10px no-repeat;
    margin-top: 15px;
    margin-right: 20px;
}
.tc-login-choice .tc-title i.close:hover {
    width: 14px;
    height: 14px;
    float: right;
    background: url(../../image/match/tc-close-icon.png) -10px -60px no-repeat;
    margin-top: 15px;
    margin-right: 20px;
    cursor: pointer;
}
.tc-login-choice .tc-main {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center;
}

.tc-login-choice .tc-main button{
    width: 80%;
    height: 58px;
    font-size: 17px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    background: #3477ff;
    color: #fff;
}

.tc-login-choice .tc-main button:hover{
    background: #0268cf;
}

.tc-login-choice .tc-main p{
    width: 80%;
    line-height: 48px;
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #3477ff;
    margin-left: 35px;
    cursor: pointer;
}
.tc-login-choice .tc-main p:hover{
    color: #0268cf;
}