﻿/*产品页*******************/
@charset "utf-8";
/*重置*/
body {
    margin: 0;
    background-color: #f3f3f3;
    background-image: url(/content/FastOrder/images/body_bg.png);
}

* {
    margin: 0;
    padding: 0;
    font-family: Arial,"微软雅黑";
}

img {
    border: none;
}

a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
/*header*/
.title {
    width: 100%;
    height: 131px;
    background-image: url(/content/FastOrder/images/top_bg.png);
    background-repeat: repeat-x;
}

    .title img {
        display: block;
        margin: 0 auto;
    }

.navBox {
    width: 100%;
    background-color: #1f7cd9;
}

.nav {
    width: 940px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
}

    .nav a {
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 50px;
        margin: 0 auto;
        padding: 0 24px;
        margin-right: 1px;
    }

        .nav a:hover {
            background-color: #266eb3;
        }
/*产品列表*/
.pro_box {
    width: 1000px;
    background-color: #e5edef;
    border: solid 1px #e8e8e8;
    margin: 20px auto;
    padding-bottom: 6px;
    margin-bottom: -10px;
}

.list_name {
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #7c7c7c;
}

.item_bar {
    line-height: 36px;
    overflow: hidden;
    background-color: #f2f5f7;
    margin: 0px 6px;
    font-weight: bold;
    padding: 0 15px;
    overflow: hidden;
}

.item_name {
    font-size: 16px;
    color: #276fb3;
 
}

.time {
    font-size: 14px;
    color: #7c7c7c;
    float: right;
    padding-right: 48px;
    cursor: pointer;
}

.content_box {
    height: 498px;
    background-color: #fff;
    margin: 0 6px;
    overflow: hidden;
    position: relative;
}

.left_box {
    height: 375px;
    margin-top: 16px;
    margin-left: 16px;
    float: left;
}
/*当前周期*/
.pro01 {
    width: 199px;
    height: 198px;
    position: relative;
    float: left;
    margin-right: 18px;
    cursor: pointer;
    border: solid 1px #ededed;
    margin-top: 10px;
}

    .pro01 .course_name {
        width: 170px;
        display: block;
        line-height: 20px;
        font-size: 18px;
        position: absolute;
        top: 120px;
        left: 15px;
        text-indent: 1px;
        color: #7c7c7c;
    }

        .pro01 .course_name b {
            font-size: 14px;
            font-weight: normal;
            padding-left: 4px;
            color: #7c7c7c;
        }

    .pro01 p {
        width: 160px;
        line-height: 16px;
        font-size: 12px;
        text-indent: 1px;
        position: absolute;
        top: 144px;
        left: 15px;
        color: #7c7c7c;
        letter-spacing: 1px;
    }

    .pro01 .symbol {
        font-size: 14px;
        color: #fff;
    }

    .pro01 .priceBox {
        font-size: 22px;
        position: absolute;
        bottom: 85px;
        right: 5px;
        color: #fff;
    }
/*补学一*/
.pro02 {
    width: 199px;
    height: 198px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
    border: solid 1px #ededed;
}

    .pro02 .course_name {
        width: 170px;
        display: block;
        line-height: 20px;
        font-size: 18px;
        position: absolute;
        top: 120px;
        left: 15px;
        color: #7c7c7c;
    }

    .pro02 p {
        width: 160px;
        line-height: 16px;
        font-size: 12px;
        position: absolute;
        top: 144px;
        left: 15px;
        margin-right: 10px;
        color: #7c7c7c;
        letter-spacing: 1px;
    }

    .pro02 .symbol {
        font-size: 14px;
        color: #fff;
    }

    .pro02 .priceBox {
        font-size: 22px;
        position: absolute;
        bottom: 85px;
        right: 6px;
        color: #fff;
    }
/*右边信息*/
.right_box {
    width: 290px;
    margin-left: 10px;
    float: left;
    font-size: 16px;
    color: #7c7c7c;
}

.select_infor {
    margin-top: 14px;
    padding-bottom: 10px;
    border-bottom: solid 1px #deddd6;
}

.tip01 {
    margin-bottom: 6px;
    font-size: 16px;
}

.num01 {
    font-size: 18px;
    color: #fe0c0c;
    font-weight: bold;
}

.selected_item {
    display: block;
    font-size: 16px;
    color: #276fb3;
    line-height: 26px;
    cursor: pointer;
    font-weight: bold;
}

.sale_infor {
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
}

.sale_title {
    margin-bottom: 2px;
    font-size: 16px;
}

.sale01 {
    font-size: 16px;
}

.active_time {
    color: #ff5819;
    font-size: 16px;
}

.sale02 span {
    font-size: 16px;
}

.before_price {
    text-decoration: line-through;
    padding-right: 18px;
    font-size: 16px;
}

.discount {
    color: #ff5819;
    font-size: 16px;
}

.sale03 span {
    font-size: 16px;
}

.save_price {
    color: #ff5819;
    padding-right: 18px;
    font-size: 16px;
}

.after_price {
    font-weight: bold;
    color: #fe0c0c;
    font-size: 16px;
}

.buy_box {
    height: 160px;
    background-color: #fff;
    margin: 0 6px;
    margin-top: 6px;
    position: relative;
}

    .buy_box div {
        line-height: 24px;
        text-align: right;
        font-size: 16px;
        color: #7c7c7c;
        margin-right: 26px;
    }

.tip02 {
    padding-top: 24px;
}

.buy_box span {
    color: #fe0c0c;
    font-size: 20px;
    font-weight: bold;
}

.buy_btn {
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 26px;
}
/*选中样式*/
.selected {
    background: url(../images/selected.png);
    width: 200px;
    height: 198px;
    z-index: 1000;
    position: absolute;
    left: 0px;
    top: 0;
    background-repeat: no-repeat;
}
/*footer*/
.footerBox {
    background-color: #1f7cd9;
}

.footer {
    width: 1000px;
    height: 110px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    padding-top: 20px;
}

    .footer span {
        color: #fff;
        line-height: 22px;
        display: block;
        font-size: 12px;
    }


/*教材费*/
.book02_cost {
    position: absolute;
    bottom: 20px;
    left: 18px;
    color: #7c7c7c;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

    .book02_cost span {
        font-size: 16px;
    }











/*.products{
	background-color:#FFF;
	margin:30px auto 30px;
	width:960px;
	padding:45px;
	border:solid #e8e8e8 1px;
	position:relative;


	}
.products h1{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	}
.products .exit{
	background-image:url(../images/button_bg.png);
	position:absolute;
	right:-75px;
	top:71px;
	width:75px;
	height:50px;
	color:white;
	text-align:center;
	line-height:50px;
	}
.select{
	width:960px;
	overflow:hidden;
	margin:0 auto;
	border:solid 1px #dddddd;
	margin-top:30px;
	}
.select h1{
	line-height:30px;
	font-weight:bold;
	background-color:#edebec;
	text-align:left;
	padding-left:20px;
	color:#7c7c7c;
	margin-top:-1px;
	border:solid 1px #dddddd;
	}
.select p{
	line-height:50px;
	padding-left:20px;
	font-family:"宋体";
	color:#7c7c7c;
	}
.protect{
	border:solid 1px #dddddd;
	width:960px;
	overflow:hidden;
	margin:10px auto;
	padding-bottom:20px;
	}
.warn input{
	width:14px;
	height:14px;
	line-height:30px;
	vertical-align:middle;
	font-family:"宋体";
	}


.protect h1{
	font-size:14px;
	line-height:30px;
	background-color:#edebec;
	text-align:left;
	padding-left:20px;
	color:#7c7c7c;
	margin-top:-1px;
	font-family:"宋体";
	border:solid 1px #dddddd;
	}
.protect p{
	line-height:50px;
	padding-left:20px;
	color:#7c7c7c;
	font-family:"宋体";
	margin-bottom:10px;
	
	}
.anniuBox{
	margin-top:20px;
	margin-left:340px;
	}

.anniuBox input{
	width:120px;
	height:40px;
	background-image:url(/Content/Order/images/anniu_5.png);
	}
.anniuBox input:hover{
	background-image:url(/Content/Order/images/anniu_5_1.png);
	}
.warn{
	padding-left:30px;
	}
.warn p{
	font-size:12px;
	line-height:12px;
	}
.products span{
	color:red;
	font-size:12px;
	line-height:30px;
	}
.indent{
	margin-left:34px;
	}
.indent_1{
	margin-left:72px;
	}
select{
	font-size:12px;
	color:#5f5f5f;
	font-family:"宋体";
	}

.spanordertime {
    font-size: 14px;
     font-family: '宋体'; 
     color: #7c7c7c;
}

.protect .exit {
    background-image: url("/content/common/images/button_bg.png");
    color: white;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -75px;
    text-align: center;
    top: 175px;
    width: 75px;
}*/
