﻿.magazine_main{
				background: #f2f7fc;
				width: 635px;
				height: 375px;
			    position: fixed;
			    display: none;
			    z-index: 10001;
			    left: 0;
			    top: 0;
			    bottom: 0;
			    right: 0;
			    margin: auto;
			    border-radius: 6px;
			    box-shadow: 0px 0px 0px 2px #00000005;
			}
			.magazine_download{
				background: #fff;
			    width: 350px;
			    height: 375px;
			    display: none;
			    position: absolute;
			    top: 0px;
			    right: 0px;
			    z-index: 10002;
			    border-bottom-right-radius: 6px;
			    border-top-right-radius: 6px;
			}
			    *{ margin:0; padding:0;}
			body, ul, li {
			    margin:0;
			    padding:0;
			}
			body {
			    font:12px/1.5 Tahoma;
			}
			#magazine_outer {
			    width:100%;
			}
			#magazine_tab {
			    overflow:hidden;
			    zoom:1;
			    border-top-left-radius: 6px;
			    border-top-right-radius: 6px;
			}
			#magazine_tab li {
			    float:left;
			    color:#000;
			    height:48px;
			    cursor:pointer;
			    line-height:48px;
			    list-style-type:none;
			    padding:0 20px;
			    border-right: 1px solid #f3f3f3;
			    font-size: 16px;
			}
			#magazine_tab li.current {
			    border-bottom: 3px solid #676767;
			}
			#magazine_content {
			    border-top-width:0;
			}
			#magazine_content .tab_centent {
			    line-height:25px;
			    display:none;
			}
			.tanchukuang_bg1{
				width: 100%;
			    min-width: 1164px;
			    height: 100%;
			    background: #000;
			    position: absolute;
			    z-index: 1001;
			    filter: alpha(opacity=20);
			    opacity: 0.4;
			    left: 0px;
			    top: 0px;
			    display: none;
			}
			.close_btn,.close_btn1{
				font-size: 35px;
    			position: absolute;
			    top: -9px;
			    right: 0px;
			    color: #000;
			    cursor:pointer;
			}
			.tab_centent div textarea{
				resize: none;
				border: 0;
			}
			.tab_centent div .tab_txt{
				width:260px;
				height:120px; 
				overflow-y:scroll;
				padding-top: 10px;
			}
			.tab_centent_left{
				float: left;
				width: 218px;
				height: 217px;
				margin: 41px 42px;
				text-align: center;
				line-height:217px;
			}
			.tab_centent_left img{
				display: inline-block; vertical-align: middle;max-width:100%;
			}
			.tab_centent_right{
				float: left;
				margin: 41px 0px;
			}
			.tab_centent_right h2{
				padding-bottom: 20px;
				font: 800 16px/18px "微软雅黑","黑体"; 
				text-align:  left;
			}
			.tab_centent_right p{
				font-size: 14px;
				color: #999999;
				margin: 10px;
			}
			.tab_centent_right a{
				text-decoration:none;
				height: 40px;
				width: 126px;
				background: #9b2327;
				color: #fff;
				font-size: 14px;
				display: inline-block;
				border-radius: 3px;
				text-align: center;
				line-height: 40px;
				margin: 10px 0px 0px 10px;
				font-weight:bold;
			}
			.magazine_btn{
				width: 107px;
				height: 32px;
				background: #9b2327;
				color: #fff;
				font-size: 14px;
				text-align: center;
				line-height: 35px;
				border: 1px solid #781b1e;
				border-radius: 2px;
				cursor: pointer;
				margin-left: 7px;
				font-weight: bold;
				font-family: "宋体";
				letter-spacing: 2px;
			}
			.magazine_btn:hover{	text-decoration:none;}
			.magazine_download h1{
				margin: 20px;
    			text-align: center;
			}
			.magazine_download div input[type=text]{
				color: #999;
			    height: 35px;
			    line-height: 20px;
			    width: 260px;
			    border: 1px solid #d0d0d0;
			    font-size: 14px;
			    text-indent: 15px;
			}
			.magazine_download_main{
				width: 260px;
				margin: 0 auto;
				padding-top: 10px;
			}
			.magazine_download_main input{
				margin-bottom: 20px;
			}
			.magazine_download_main select{
				vertical-align: middle;
			    width: 124px;
			    height: 35px;
			    text-indent: 15px;
			}
			.magazine_download_main input[type=submit],.magazine_download_main input[type=button]{
				width: 124px;
			    height: 40px;
			    font-size: 14px;
			    text-align: center;
			    line-height: 40px;
			    border: none;
			    border-radius: 3px;
			    cursor: pointer;
			    color: #fff;
			}
			.magazine_download_btn{
			    background: #15a848;
			}
			.magazine_download_btn1{
			    background: #666;
			    margin-top: 35px;
			    margin-right: 10px;
			}