* {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333;
}
/** 重置列表元素 **/
ul, ol, li{list-style: none;}
html,
body {
	width: 100%;
	height: 100%;
	position: fixed;
}
.content {
	width: 1920px;
	height: 1080px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -540px;
	overflow: hidden;
}

/* 选择页 */
/* 背景图 */
.content .main_bg{
	position: relative;
	width: 1920px;
	height: 100%;	
}
/* 标题 */
.content .choose_title{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.content .choose_title h1{
    color: #fff;
    font-size: 80px;
    letter-spacing: 2px;
}
.content .choose_title h2{
    color: #fff;
    font-size: 30px;
    letter-spacing: 3px;
}
/* 选择区域 */
.content .choose_menu{
    width: 96%;
    position: absolute;
    top: 360px;
    left: 0;
    right: 0;
    margin: auto;
}
.content .choose_menu div{
    float: left;
    width: 610px;
    height: 462px;
    background: url(../image/choose_bg.png);
    background-size: 100% 100%;
}
.content .choose_menu div:first-child{
    margin-right: 10px;
}
.content .choose_menu div h1{
    width: 408px;
    margin-left: 108px;
    padding-top: 80px;
    font-size: 60px;
    font-weight: bold;
    color: #1b68de;
    line-height: 110px;
    letter-spacing: 6px;
    border-bottom: 8px solid #b3cdfe;
}
.content .choose_menu div h2{
    width: 408px;
    margin-left: 108px;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 50px;
    font-weight: bold;
    color: #1b68de;
    text-align: center;
    line-height: 90px;
    border-top: 2px solid #b3cdfe;
}
.content .choose_menu div button{
    margin-left: 195px;
    width: 223px;
    height: 56px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: url(../image/jr_btn_b.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.content .choose_menu div button:hover{
    background: url(../image/jr_btn_h.png);
    background-size: 100% 100%;
}
/* 技术支持 */
.content .company_name{
    position: absolute;
    text-align: center;
    bottom: 110px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 18px;
}
/* 中间弹窗 */
.content .shade_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
}
.content .pop_box{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 725px;
    height: 313px;
    /* text-align: center; */
    background: url(../image/tc_bg.png);
    background-size: 100% 100%;
}
.content .pop_box p{
    margin-top: 90px;
    /* text-align: center; */
    margin-left: 300px;
    font-size: 40px;
    color: #3e5cd4;
    font-weight: bold;
    letter-spacing: 3px;
}
.content .pop_box img{
    cursor: pointer;
    float: left;
    margin-top: -8px;
    margin-left: 700px;
}
.content .pop_box h1{
    float: left;
    margin-top: 36px;
    margin-left: 130px;
    font-size: 26px;
    color: #3e5cd4;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 40px;
    cursor: pointer;
}
.content .pop_box button{
    margin-left: 320px;
    margin-top: 40px;
    width: 131px;
    height: 47px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    background: url(../image/refer_btn_b1.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.content .pop_box button:hover{
    background: url(../image/refer_btn_h1.png);
    background-size: 100% 100%;
}
.content .pop_box .down_btn{
    padding-left: 30px;
    margin: 30px 25px 0 0;
    float: right;
    width: 100px;
    height: 48px;
    font-size: 22px;
    background: url(../image/xz_blue.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.content .pop_box .down_btn:hover{
    background: url(../image/xz_yellow.png);
    background-size: 100% 100%;
}




/* 登录页 */
/* 登录部分 */
.content .login_box{
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1447px;
    height: 832px;
    background: url(../image/login_bg.png);
    background-size: 100% 100%;
}
/* 左侧标题 */
.content .login_box .left_box{
    float: left;
    margin-left: 90px;
    margin-top: 50px;
}
.content .login_box .left_box h1{
    font-size: 60px;
    color: #fff;
    text-shadow:#0d3c89 3px 4px 5px;
}
.content .login_box .left_box h2{
    font-size: 46px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow:#0d3c89 3px 4px 5px;
}
/* 右侧表单 */
.content .login_box .right_form{
    float: right;
    margin-right: 40px;
    width: 640px;
    height: 700px;
}
.content .login_box .right_form > h1{
    margin-top: 90px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #1b68de;
    letter-spacing: 5px;
}
.content .login_box .right_form > h2{
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
    color: #87afea;
    font-weight: bold;
}
.content .login_box .right_form div{
    margin: 0 auto;
    width: 560px;
    height: 380px;
}
.content .login_box .right_form div h1{
    margin-top: 56px;
    float: left;
    font-size: 26px;
    color: #666666;
}
.content .login_box .right_form div input{
    margin-top: 50px;
    float: left;
    width: 420px;
    height: 52px;
    border: 1px solid #4180e8;
    border-radius: 8px;
    font-size: 26px;
}
.content .login_box .right_form button{
    display: block;
    margin: 0 auto;
    width: 544px;
    height: 74px;
    line-height: 74px;
    color: #fff;
    font-size: 34px;
    letter-spacing: 6px;
    background: #1851df;
    border-radius: 8px;
    cursor: pointer;
}
.content .login_box .right_form button:hover{
    background: #edbd2b;
}
/* 返回按钮 */
.content .return_btn{
    position: absolute;
    right: 30px;
    bottom: 80px;
    width: 129px;
    height: 129px;
    padding-top: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #1851df;
    background: url(../image/fh_b.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.content .return_btn:hover{
    color: #ffa82c;
    background: url(../image/fh_y.png);
    background-size: 100% 100%;
}



/* 实操页面 */
.exam_operation{
    user-select:none;
    -ms-user-select:none;
}
/* 头部标题 */
.content .top_msg{
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1720px;
}
.content .top_msg h1{
    float: left;
    margin-right: 10px;
    font-size: 54px;
    color: #fff;
    text-shadow:#1851df 3px 4px 5px;
}
.content .top_msg span{
    float: left;
    margin-top: 16px;
    color: #fff;
    font-size: 42px;
    text-shadow:#1851df 3px 4px 5px;
}
.content .top_msg h2{
    float: right;
    margin-top: 40px;
    margin-right: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.content .top_msg button:nth-last-child(3){
    float: right;
    margin-top: 32px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.content .top_msg button:nth-last-child(3)::before{
    position: relative;
    top: 8px;
    width: 33px;
    height: 30px;
    content: "";
    display: inline-block;
    background: url(../image/fh_ico.png);
    background-size: 100% 100%;
}
.content .top_msg .download_file{
    float: right;
    margin-top: 32px;
    margin-right: 20px;
    width: 157px;
    height: 48px;
    background: url(../image/kaoti.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.content .top_msg .check_rule{
    float: right;
    margin-top: 32px;
    margin-right: 100px;
    width: 216px;
    height: 48px;
    background: url(../image/guize.png);
    background-size: 100% 100%;
    cursor: pointer;
}
/* 中间题目信息 */
.content .middle_exam{
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1720px;
    height: 842px;
}
.content .middle_exam .left_infor{
    float: left;
    width: 835px;
    height: 840px;
}
/* 背景资料 */
.content .left_infor .white_bg{
    margin-bottom: 22px;
    background: #fff;
    width: 830px;
    height: 230px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #385ffd inset;
}
.content .left_infor .white_bg h1{
    position: relative;
    top: -12px;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    width: 388px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(../image/field_bg_01.png);
    background-size: 100% 100%;
}
.content .scroll{
    overflow-y: auto;
}
.content .scroll::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3b5ff;
}
.content .scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .left_infor .connect_img{
    position: absolute;
    top: 199px;
    left: 30px;
}
.content .middle_exam .bg_msg{
    margin: 0 auto;
    width: 765px;
    height: 170px;
    line-height: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-indent: 2em;
    overflow-y: auto;
}
.content .middle_exam .bg_msg .text_msg{
    line-height: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.content .middle_exam .bg_msg::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .bg_msg::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3b5ff;
}
.content .middle_exam .bg_msg::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e8ff;
}
/* 试题要求 */
.content .middle_exam .exam_require{
    margin: 0 auto;
    width: 765px;
    height: 230px;
    line-height: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    overflow-y: auto;
}
.content .middle_exam .exam_require::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .exam_require::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3b5ff;
}
.content .middle_exam .exam_require::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .card_box{
    margin: 0 auto;
    width: 92%;
    height: 68%;
    overflow-y: auto;
}
.content .middle_exam .card_box p{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
}
.content .middle_exam .card_box::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .card_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3b5ff;
}
.content .middle_exam .card_box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e8ff;
}
/* 模拟药品 */
.content .middle_exam .drug_box{
    margin: 0 auto;
    width: 765px;
    height: 180px;
    overflow-y: auto;
}
.content .middle_exam .drug_box::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .drug_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3b5ff;
}
.content .middle_exam .drug_box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .drug_box li{
    float: left;
    margin-right: 19px;
    margin-top: 20px;
    width: 170px;
    color: #3e5cd4;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    border: 2px dashed #3e5cd4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content .middle_exam .drug_box li:nth-child(4n){
    margin-right: 0;
}
/* 资料素材 */
.content .middle_exam .over_box{
    width: 800px;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: auto;
}
.content .middle_exam .over_box::-webkit-scrollbar {
    height: 10px;
    width: 8px;
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .over_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3b5ff;
}
.content .middle_exam .over_box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .message_list {
    height: 165px;
    width: 870px;
}
.content .middle_exam .message_list li{
    float: left;
    margin-right: 15px;
    text-align: center;
    position: relative;
}
.content .middle_exam .message_list li img{
    display: block;
    margin: 0 auto;
    height: 115px;
    border: 2px solid #92a7ff;
    border-radius: 5px;
    cursor: pointer;
}
.content .middle_exam .message_list li button{
    position: absolute;
    float: left;
    width: 36px;
    margin-top: -80px;
    height: 37px;
    background: url(../image/fd_ico.png);
    cursor: pointer;
    left: 40%;
    display: none;
}
.content .middle_exam .message_list li:hover button{
    display: block;
}
.content .middle_exam .message_list li p{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
/* 查看图片弹窗 */
.content .middle_exam .max_img{
    position: absolute;
    top: 0px;
    left: 0;
    width: 830px;
    height: 825px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0px 0px 15px #385ffd inset;
}
.content .middle_exam .max_img button{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 34px;
    height: 35px;
    background: url(../image/close_ico.png);
    cursor: pointer;
}
.content .middle_exam .max_img >img{
    position: relative;
    top: 380px;
    cursor: pointer;
}
.content .middle_exam .max_img div{
    display: block;
    position: relative;
    top: 80px;
    left: 120px;
    width: 600px;
    height: 600px;
    text-align: center;
}
.content .middle_exam .max_img div section{
    width: 100%;
    height: 100%;
}
.content .middle_exam .max_img div img{
    width: 100%;
    height: 100%;
    border-radius:10px;
    border: 2px solid #92a7ff;
}
.content .middle_exam .max_img div p{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.shadow_box{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.content .pop_rule{
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    width: 830px;
    height: 825px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    box-shadow: 0px 0px 15px #385ffd inset;
}
.content .pop_rule button{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 34px;
    height: 35px;
    background: url(../image/close_ico.png);
    cursor: pointer;
}
.content .pop_rule >img{
    /*position: relative;*/
    /*top: 380px;*/
    /*cursor: pointer;*/
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.content .pop_rule >p{
    width: 85%;
    margin: 0 auto;
    margin-top: 80px;
    line-height: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-indent: 2em;
}

/* 右侧表格 */
.content .middle_exam .right_table{
    float: left;
    margin-left: 8px;
    padding-left: 12px;
    width: 865px;
    height: 825px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #385ffd inset;
}
.content .middle_exam .right_table section{
    margin-top: 15px;
    width: 860px;
    height: 50px;
}
.content .middle_exam .right_table section p{
    float: left;
    color: #1851df;
    font-size: 26px;
    font-weight: bold;
}
.content .middle_exam .right_table section button{
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    width: 90px;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: url(../image/refer_btn_b.png);
    background-size: 100% 100%;
}
.content .middle_exam .right_table section button:hover{
    background: url(../image/refer_btn_h.png);
    background-size: 100% 100%;
}
.content .middle_exam .right_table > div{
    width: 860px;
    height: 750px;
    overflow-y: auto;
}
.content .middle_exam .right_table > div h3{
    font-size: 20px;
    line-height: 35px;
}
.content .middle_exam .right_table > div::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .right_table > div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3b5ff;
}
.content .middle_exam .right_table > div::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e8ff;
}
.content .middle_exam .right_table > div table{
    width: 845px;
    border-collapse: collapse;
}
.content .middle_exam .right_table > div table th{
    border: 1px solid #333333;
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.content .middle_exam .right_table > div table td{
    border: 1px solid #333333;
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
}
.content .middle_exam .right_table > div table td input{
    width: 690px;
    margin-left: 10px;
    font-size: 18px;
    color: #333333;
}
.content .middle_exam .right_table > div table td textarea{
    font-size: 18px;
    color: #333333;
}
.content .middle_exam .right_table > div table td .num_input{
    width: 200px;
    border-bottom: 1px solid #333333;
    margin-right: 20px;
}
.content .middle_exam .right_table > div table td input::-webkit-input-placeholder { 
    color:#c2c2c2; 
    font-size: 18px;
}
.content .middle_exam .right_table > div .table_box h3{
    text-align: center;
    font-weight: bold;
}
.content .middle_exam .right_table > div .table_box h3 input{
    width: 400px;
    margin-left: 10px;
    font-size: 18px;
    color: #333333;
}
.content .middle_exam .right_table > div .table_box table td{
    text-align: center;
}
.content .middle_exam .right_table > div .table_box table td input{
    width: 100%;
    margin-left: 0;
    text-align: center;
}

/*登录提示*/
.content .digln {
    position: absolute;
    width: 513px;
    height: 229px;
    background: url("../image/ys_tc_bg.png") no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
}
.content .digln img{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.content .digln p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #ff7c65;
    font-weight: 600;
    margin-top: 90px;
}



/*引导页*/
.content .guide_back{
    position: absolute;
    top: 100px;
    right: 80px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.content .guide_back::before{
    position: relative;
    top: 8px;
    width: 33px;
    height: 30px;
    content: "";
    display: inline-block;
    background: url(../image/fh_ico.png);
    background-size: 100% 100%;
}
.content .center_guide{
    position: absolute;
    top: 190px;
    left: 70px;
}
.content .guide_box{
    float: left;
    width: 560px;
    height: 735px;
    margin-right: 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #385ffd inset;
}
.content .guide_box h1{
    margin: 0 auto;
    margin-top: -15px;
    width: 474px;
    height: 73px;
    line-height: 73px;
    font-size: 38px;
    text-align: center;
    color: #fff;
}
.content .center_guide .guide_box:nth-child(1) h1{
    background: url(../image/tabbar.png);
    background-size: 100% 100%;
}
.content .center_guide .guide_box:nth-child(2) h1{
    background: url(../image/tabbar2.png);
    background-size: 100% 100%;
}
.content .center_guide .guide_box:nth-child(3) h1{
    background: url(../image/tabbar3.png);
    background-size: 100% 100%;
}
.content .center_guide .guide_box ul{
    margin: 0 auto;
    margin-top: 3%;
    width: 95%;
    max-height: 85%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.content .center_guide .guide_box:nth-child(1) ul::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.content .center_guide .guide_box:nth-child(1) ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff9e8b;
}
.content .center_guide .guide_box:nth-child(1) ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
.content .center_guide .guide_box ul li{
    margin-top: 15px;
}
.content .center_guide .guide_box:nth-child(1) ul li h2{
    padding-left: 5%;
    margin-left: 6%;
    width: 85%;
    height: 45px;
    line-height: 45px;
    background: #ff9e8b;
    border-radius: 28px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}
.content .center_guide .guide_box:nth-child(2) ul li h2{
    padding-left: 5%;
    margin-left: 6%;
    width: 85%;
    height: 45px;
    line-height: 45px;
    background: #ffbb19;
    border-radius: 28px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}
.content .center_guide .guide_box:nth-child(2) ul::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.content .center_guide .guide_box:nth-child(2) ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ffbb19;
}
.content .center_guide .guide_box:nth-child(2) ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
.content .center_guide .guide_box ul li{
    margin-top: 15px;
}
.content .center_guide .guide_box:last-child ul li h2{
    padding-left: 5%;
    margin-left: 6%;
    width: 85%;
    height: 45px;
    line-height: 45px;
    background: #839bfd;
    border-radius: 28px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}
.content .center_guide .guide_box:nth-child(3) ul::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.content .center_guide .guide_box:nth-child(3) ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #839bfd;
}
.content .center_guide .guide_box:nth-child(3) ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
.content .center_guide .guide_box ul li h2::after{
    float: right;
    margin: 10px 15px 0 0;
    content: "";
    display: inline-block;
    width: 14px;
    height: 26px;
    background: url(../image/arrow2.png);
    background-size: 100% 100%;
}
.content .center_guide .guide_box ul li .clicked::after{
    float: right;
    margin: 18px 15px 0 0;
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background: url(../image/arrow.png);
    background-size: 100% 100%;
}
.content .center_guide .guide_box ul li section p{
    margin-top: 10px;
    font-size: 24px;
    color: #494949;
    margin-left: 10%;
    line-height: 35px;
    cursor: pointer;
}
.content .center_guide .guide_box:nth-child(1) ul li section p:hover{
    color: #ff9e8a;
}
.content .center_guide .guide_box:nth-child(2) ul li section p:hover{
    color: #ffcc5c;
}
.content .center_guide .guide_box:nth-child(3) ul li section p:hover{
    color: #839bfd;
}

.bottom_drug_icon{
    position: absolute;
    bottom: 15px;
    left: -20px;
}